From c56f283a392e29b0b3d757722a605bdd49e8af60 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Tue, 20 Mar 2012 17:45:02 +0000 Subject: 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 --- cpp/src/qpid/sys/windows/PollableCondition.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cpp') 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*/ -- cgit v1.2.1