aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1993-01-25 11:48:25 -0800
committerJim Wilson <wilson@gcc.gnu.org>1993-01-25 11:48:25 -0800
commite5b42a8ce43c20b346fa41cf3c336cf72c25c664 (patch)
treedcf3e74edc6534793439f007eff91db764200bd5 /gcc
parentf3c2c11198c0178ab117f57de9dbfa02b719964b (diff)
downloadgcc-e5b42a8ce43c20b346fa41cf3c336cf72c25c664.zip
gcc-e5b42a8ce43c20b346fa41cf3c336cf72c25c664.tar.gz
gcc-e5b42a8ce43c20b346fa41cf3c336cf72c25c664.tar.bz2
(language_string): Delete from here.
From-SVN: r3328
Diffstat (limited to 'gcc')
-rw-r--r--gcc/c-decl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c
index f9bf9f4..f5d9b1d 100644
--- a/gcc/c-decl.c
+++ b/gcc/c-decl.c
@@ -505,8 +505,6 @@ int warn_parentheses;
#endif
int dollars_in_ident = DOLLARS_IN_IDENTIFIERS > 1;
-char *language_string = "GNU C";
-
/* Decode the string P as a language-specific option for C.
Return 1 if it is recognized (and handle it);
return 0 if not recognized. */