summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2010-05-12 13:35:21 +0000
committerMarc Espie <espie@cvs.openbsd.org>2010-05-12 13:35:21 +0000
commit1fbf0caac9de130b35216d9cb751b4119b2e15e5 (patch)
treed3d347ccf65f94e067367fcc5f96cbbeeed661a1 /gnu
parent95d71cb5f784d82fc7b39229c3b5b9cd1511552d (diff)
options.[ch] will auto-define those.
okay kettenis@
Diffstat (limited to 'gnu')
-rw-r--r--gnu/gcc/gcc/c-common.c3
-rw-r--r--gnu/gcc/gcc/c-common.h3
2 files changed, 0 insertions, 6 deletions
diff --git a/gnu/gcc/gcc/c-common.c b/gnu/gcc/gcc/c-common.c
index 63c5fe00188..5a79fa632b3 100644
--- a/gnu/gcc/gcc/c-common.c
+++ b/gnu/gcc/gcc/c-common.c
@@ -295,9 +295,6 @@ int flag_zero_link = 0;
contained are to replace one(s) previously loaded. */
int flag_replace_objc_classes = 0;
-/* Warn about buffer size mismatches. */
-int warn_bounded;
-
/* C/ObjC language option variables. */
diff --git a/gnu/gcc/gcc/c-common.h b/gnu/gcc/gcc/c-common.h
index 391edcefd6d..dd3b240a6c0 100644
--- a/gnu/gcc/gcc/c-common.h
+++ b/gnu/gcc/gcc/c-common.h
@@ -414,9 +414,6 @@ extern int warn_unknown_pragmas; /* Tri state variable. */
extern int warn_format;
-/* Warn about buffer size mismatches. */
-extern int warn_bounded;
-
/* C/ObjC language option variables. */