summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/windows/PollableCondition.cpp
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
commit5c09e511277bafc081a34461e1b05209938b8ce5 (patch)
tree196232c1472556479bd936f48aae7c2800b8f347 /cpp/src/qpid/sys/windows/PollableCondition.cpp
parent8279514ef69baf3895240b87f787cd46bf0a4c39 (diff)
downloadqpid-python-5c09e511277bafc081a34461e1b05209938b8ce5.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/qpid/sys/windows/PollableCondition.cpp')
-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*/