summaryrefslogtreecommitdiff
path: root/apps/gperf/src/Options.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gperf/src/Options.h')
-rw-r--r--apps/gperf/src/Options.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/gperf/src/Options.h b/apps/gperf/src/Options.h
index 9ea3634683c..377e35cfe9f 100644
--- a/apps/gperf/src/Options.h
+++ b/apps/gperf/src/Options.h
@@ -166,9 +166,4 @@ private:
// Global option coordinator for the entire program.
extern Options option;
-// Set to 1 if your want to stack-allocate some large arrays.
-#if !defined (LARGE_STACK_ARRAYS)
-#define LARGE_STACK_ARRAYS 0
-#endif /* LARGE_STACK_ARRAYS */
-
#endif /* OPTIONS_H */