summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2012-03-20 17:41:40 +0000
committerAndrew Stitcher <astitcher@apache.org>2012-03-20 17:41:40 +0000
commit4a043c6caeb2d3dffb2084940267ba210cc4288b (patch)
tree53ecae9483dc3e07f8c3c72997a714044a8a9780 /cpp
parente8942735281f3cf999032bddd84e9d5c4251bd91 (diff)
downloadqpid-python-4a043c6caeb2d3dffb2084940267ba210cc4288b.tar.gz
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
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/qpid/sys/posix/PollableCondition.cpp5
1 files changed, 0 insertions, 5 deletions
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*/