aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/repo.c
diff options
context:
space:
mode:
authorKaveh Ghazi <ghazi@caip.rutgers.edu>1999-08-31 00:55:39 +0000
committerKaveh Ghazi <ghazi@caip.rutgers.edu>1999-08-31 00:55:39 +0000
commitd94a42c8d110173c427fccfc74da7a87d592180a (patch)
tree226dd9640c086b7dff87d3b4fb1a32b174f26892 /gcc/cp/repo.c
parent79add455ca868fb7db14666f7506e36f4ce60262 (diff)
* repo.c (getpwd): Don't prototype.
* xref.c (getpwd): Likewise git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@28998 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/repo.c')
-rw-r--r--gcc/cp/repo.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cp/repo.c b/gcc/cp/repo.c
index be8ee4208af..e63c0e15e00 100644
--- a/gcc/cp/repo.c
+++ b/gcc/cp/repo.c
@@ -33,8 +33,6 @@ Boston, MA 02111-1307, USA. */
#include "obstack.h"
#include "toplev.h"
-extern char *getpwd PROTO((void));
-
static tree repo_get_id PROTO((tree));
static char *extract_string PROTO((char **));
static char *get_base_filename PROTO((const char *));