aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/repo.c
diff options
context:
space:
mode:
authorKaveh Ghazi <ghazi@caip.rutgers.edu>2001-04-12 22:31:56 +0000
committerKaveh Ghazi <ghazi@caip.rutgers.edu>2001-04-12 22:31:56 +0000
commitac6e649002e07de567ac7a771a412f22f9a6ed1c (patch)
tree48b09d9ff7415cb28ff7326b37ba516af171ec6c /gcc/cp/repo.c
parentb3bb007e7ae02e60ffee20aed0f7eda215feca08 (diff)
* cp-tree.h (warn_return_type, yylex): Delete redundant
declarations. * decl.c (current_class_depth, global_namespace): Likewise. * decl2.c (current_class_depth, flag_gnu_xref): Likewise * repo.c (flag_use_repository): Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@41314 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/repo.c')
-rw-r--r--gcc/cp/repo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cp/repo.c b/gcc/cp/repo.c
index 897648a0b28..6dfcafc24f3 100644
--- a/gcc/cp/repo.c
+++ b/gcc/cp/repo.c
@@ -48,7 +48,6 @@ static FILE *repo_file;
static char *old_args, *old_dir, *old_main;
-extern int flag_use_repository;
static struct obstack temporary_obstack;
extern struct obstack permanent_obstack;