aboutsummaryrefslogtreecommitdiff
path: root/gdb/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/main.c')
-rw-r--r--gdb/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/main.c b/gdb/main.c
index 240aa00..c671c41 100644
--- a/gdb/main.c
+++ b/gdb/main.c
@@ -74,10 +74,6 @@ struct ui_file *gdb_stderr;
struct ui_file *gdb_stdlog;
struct ui_file *gdb_stdtarg;
-/* Used to initialize error() - defined in utils.c */
-
-extern void error_init (void);
-
/* Whether to enable writing into executable and core files */
extern int write_files;