summaryrefslogtreecommitdiff
path: root/ACE/apps/gperf/src/Options.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/gperf/src/Options.h')
-rw-r--r--ACE/apps/gperf/src/Options.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ACE/apps/gperf/src/Options.h b/ACE/apps/gperf/src/Options.h
index c76a7037661..2def2514200 100644
--- a/ACE/apps/gperf/src/Options.h
+++ b/ACE/apps/gperf/src/Options.h
@@ -34,8 +34,6 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#if defined (ACE_HAS_GPERF)
-
/// Enumerate the potential debugging Options.
enum Option_Type
{
@@ -190,5 +188,4 @@ private:
/// Global option coordinator for the entire program.
extern Options option;
-#endif /* ACE_HAS_GPERF */
#endif /* OPTIONS_H */