aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-12-18 19:32:41 +0000
committerTom Tromey <tromey@redhat.com>2012-12-18 19:32:41 +0000
commit28da164739cdb1fd96bf7feb30c14e6ec6fe1a66 (patch)
tree3986fc1db8b2168d4bc2d85a98dd625faaab0bd8 /gdb/defs.h
parent1dd5fedcf578f75b6f8153c43e990f9306d0e9de (diff)
downloadfsf-binutils-gdb-28da164739cdb1fd96bf7feb30c14e6ec6fe1a66.zip
fsf-binutils-gdb-28da164739cdb1fd96bf7feb30c14e6ec6fe1a66.tar.gz
fsf-binutils-gdb-28da164739cdb1fd96bf7feb30c14e6ec6fe1a66.tar.bz2
* defs.h (directory_command): Don't declare.
* source.c (directory_command): Now static.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 2e0bff3..b74675f 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -357,8 +357,6 @@ extern void mod_path (char *, char **);
extern void add_path (char *, char **, int);
-extern void directory_command (char *, int);
-
extern void directory_switch (char *, int);
extern char *source_path;