You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2012/03/20 18:41:41 UTC

svn commit: r1303038 - /qpid/trunk/qpid/cpp/src/qpid/sys/posix/PollableCondition.cpp

Author: astitcher
Date: Tue Mar 20 17:41:40 2012
New Revision: 1303038

URL: http://svn.apache.org/viewvc?rev=1303038&view=rev
Log:
NO-JIRA: Removed unnecessary header guard around a non-header file

Modified:
    qpid/trunk/qpid/cpp/src/qpid/sys/posix/PollableCondition.cpp

Modified: qpid/trunk/qpid/cpp/src/qpid/sys/posix/PollableCondition.cpp
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/sys/posix/PollableCondition.cpp?rev=1303038&r1=1303037&r2=1303038&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/sys/posix/PollableCondition.cpp (original)
+++ qpid/trunk/qpid/cpp/src/qpid/sys/posix/PollableCondition.cpp Tue Mar 20 17:41:40 2012
@@ -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->se
 void PollableCondition::clear() { impl->clear(); }
 
 }} // namespace qpid::sys
-
-#endif  /*!QPID_SYS_LINUX_POLLABLECONDITION_CPP*/



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org