summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2012-03-20 17:45:02 +0000
committerAndrew Stitcher <astitcher@apache.org>2012-03-20 17:45:02 +0000
commitc56f283a392e29b0b3d757722a605bdd49e8af60 (patch)
tree196232c1472556479bd936f48aae7c2800b8f347 /cpp/src
parent4a043c6caeb2d3dffb2084940267ba210cc4288b (diff)
downloadqpid-python-c56f283a392e29b0b3d757722a605bdd49e8af60.tar.gz
NO-JIRA: Removed unnecessary header file guards from non-header file
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1303040 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/qpid/sys/windows/PollableCondition.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/src/qpid/sys/windows/PollableCondition.cpp b/cpp/src/qpid/sys/windows/PollableCondition.cpp
index 6a1d9045b4..bb637be0a6 100644
--- a/cpp/src/qpid/sys/windows/PollableCondition.cpp
+++ b/cpp/src/qpid/sys/windows/PollableCondition.cpp
@@ -1,6 +1,3 @@
-#ifndef QPID_SYS_WINDOWS_POLLABLECONDITION_CPP
-#define QPID_SYS_WINDOWS_POLLABLECONDITION_CPP
-
/*
*
* Licensed to the Apache Software Foundation (ASF) under one
@@ -110,5 +107,3 @@ void PollableCondition::clear() {
}
}} // namespace qpid::sys
-
-#endif /*!QPID_SYS_WINDOWS_POLLABLECONDITION_CPP*/