From 28da164739cdb1fd96bf7feb30c14e6ec6fe1a66 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 18 Dec 2012 19:32:41 +0000 Subject: * defs.h (directory_command): Don't declare. * source.c (directory_command): Now static. --- gdb/defs.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdb/defs.h') 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; -- cgit v1.1