From 4a043c6caeb2d3dffb2084940267ba210cc4288b Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Tue, 20 Mar 2012 17:41:40 +0000 Subject: NO-JIRA: Removed unnecessary header guard around a non-header file git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1303038 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/sys/posix/PollableCondition.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cpp/src') diff --git a/cpp/src/qpid/sys/posix/PollableCondition.cpp b/cpp/src/qpid/sys/posix/PollableCondition.cpp index b22a615a54..abff8a5be8 100644 --- a/cpp/src/qpid/sys/posix/PollableCondition.cpp +++ b/cpp/src/qpid/sys/posix/PollableCondition.cpp @@ -1,6 +1,3 @@ -#ifndef QPID_SYS_LINUX_POLLABLECONDITION_CPP -#define QPID_SYS_LINUX_POLLABLECONDITION_CPP - /* * * Licensed to the Apache Software Foundation (ASF) under one @@ -120,5 +117,3 @@ void PollableCondition::set() { impl->set(); } void PollableCondition::clear() { impl->clear(); } }} // namespace qpid::sys - -#endif /*!QPID_SYS_LINUX_POLLABLECONDITION_CPP*/ -- cgit v1.2.1