diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-28 00:42:31 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-28 00:42:31 +0000 |
commit | 49d8175ba52ce26b83db2788ae0e86cb8f515c5f (patch) | |
tree | 70d552b0cc2ceded296007665d4a17cb63bf1bcc /gcc/dbxout.c | |
parent | 2269f4239c2e18fb2107ad897347bd18780174f5 (diff) | |
download | gcc-49d8175ba52ce26b83db2788ae0e86cb8f515c5f.tar.gz |
* dbxout.c (flag_debug_only_used_symbols): Delete redundant
declaration.
f:
* com.c (input_file_stack_tick): Delete redundant declaration.
java:
* gjavah.c (flag_jni): Make non-static.
* parse-scan.y (ctxp): Make non-static.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68624 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r-- | gcc/dbxout.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c index 71557486a4d..631e175dfb1 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -93,8 +93,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "xcoffout.h" #endif -extern int flag_debug_only_used_symbols; - #undef DBXOUT_DECR_NESTING #define DBXOUT_DECR_NESTING \ if (--debug_nesting == 0 && symbol_queue_index > 0) \ |