diff options
Diffstat (limited to 'gdb/guile/guile.c')
-rw-r--r-- | gdb/guile/guile.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/guile/guile.c b/gdb/guile/guile.c index 0dadc3c..d6252d6 100644 --- a/gdb/guile/guile.c +++ b/gdb/guile/guile.c @@ -815,9 +815,6 @@ message == an error message without a stack will be printed."), &set_guile_list, &show_guile_list); } -/* Provide a prototype to silence -Wmissing-prototypes. */ -extern initialize_file_ftype _initialize_guile; - void _initialize_guile (void) { |