summaryrefslogtreecommitdiff
path: root/ACE/apps/gperf/src/Iterator.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/gperf/src/Iterator.h')
-rw-r--r--ACE/apps/gperf/src/Iterator.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ACE/apps/gperf/src/Iterator.h b/ACE/apps/gperf/src/Iterator.h
index 58c779c5852..f5dcd7a925c 100644
--- a/ACE/apps/gperf/src/Iterator.h
+++ b/ACE/apps/gperf/src/Iterator.h
@@ -35,8 +35,6 @@
#include "Options.h"
#include "ace/Copy_Disabled.h"
-#if defined (ACE_HAS_GPERF)
-
/**
* Provides an Iterator that expands and decodes a control string
* containing digits and ranges, returning an integer every time the
@@ -80,5 +78,4 @@ private:
int lo_bound;
};
-#endif /* ACE_HAS_GPERF */
#endif /* ITERATOR_H */