diff options
Diffstat (limited to 'gdb/python/python.c')
-rw-r--r-- | gdb/python/python.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/python/python.c b/gdb/python/python.c index f40fe89..b086cef 100644 --- a/gdb/python/python.c +++ b/gdb/python/python.c @@ -1472,12 +1472,6 @@ finalize_python (void *ignore) restore_active_ext_lang (previous_active); } -#endif - -/* Provide a prototype to silence -Wmissing-prototypes. */ -extern initialize_file_ftype _initialize_python; - -#ifdef HAVE_PYTHON static bool do_start_initialization () |