summaryrefslogtreecommitdiff
path: root/ACE/apps/gperf/src/Iterator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/gperf/src/Iterator.cpp')
-rw-r--r--ACE/apps/gperf/src/Iterator.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/ACE/apps/gperf/src/Iterator.cpp b/ACE/apps/gperf/src/Iterator.cpp
index 425cc79ec5b..9bf6189b6d8 100644
--- a/ACE/apps/gperf/src/Iterator.cpp
+++ b/ACE/apps/gperf/src/Iterator.cpp
@@ -24,11 +24,6 @@
*/
#include "Iterator.h"
-
-
-
-#if defined (ACE_HAS_GPERF)
-
#include "ace/OS_NS_ctype.h"
/// Constructor for Iterator.
@@ -104,5 +99,3 @@ Iterator::operator() (void)
return end;
}
}
-
-#endif /* ACE_HAS_GPERF */