summaryrefslogtreecommitdiff
path: root/gcc/config/sol2.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/sol2.h')
-rw-r--r--gcc/config/sol2.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/config/sol2.h b/gcc/config/sol2.h
index 805b32fe89c..72efdbd339e 100644
--- a/gcc/config/sol2.h
+++ b/gcc/config/sol2.h
@@ -192,15 +192,6 @@ along with GCC; see the file COPYING3. If not see
#undef SUPPORTS_INIT_PRIORITY
#define SUPPORTS_INIT_PRIORITY 0
-/* This defines which switch letters take arguments.
- It is as in svr4.h but with -R added. */
-#undef SWITCH_TAKES_ARG
-#define SWITCH_TAKES_ARG(CHAR) \
- (DEFAULT_SWITCH_TAKES_ARG(CHAR) \
- || (CHAR) == 'R' \
- || (CHAR) == 'h' \
- || (CHAR) == 'z')
-
#define STDC_0_IN_SYSTEM_HEADERS 1
/*