aboutsummaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
diff options
context:
space:
mode:
authorZack Weinberg <zack@gcc.gnu.org>2003-06-28 00:42:31 +0000
committerZack Weinberg <zack@gcc.gnu.org>2003-06-28 00:42:31 +0000
commita6d682a05f5362131d39cd689aac16ac6177b7e2 (patch)
tree70d552b0cc2ceded296007665d4a17cb63bf1bcc /gcc/dbxout.c
parent1d6302b17749be4adcb944d4ac636216a1b40ddc (diff)
downloadgcc-a6d682a05f5362131d39cd689aac16ac6177b7e2.zip
gcc-a6d682a05f5362131d39cd689aac16ac6177b7e2.tar.gz
gcc-a6d682a05f5362131d39cd689aac16ac6177b7e2.tar.bz2
dbxout.c (flag_debug_only_used_symbols): Delete redundant declaration.
* 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. From-SVN: r68624
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r--gcc/dbxout.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c
index 7155748..631e175 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) \