summaryrefslogtreecommitdiff
path: root/gdb/symtab.h
diff options
context:
space:
mode:
authorqiyao <qiyao>2012-12-19 07:51:48 +0000
committerqiyao <qiyao>2012-12-19 07:51:48 +0000
commit59ec8c06ff3f367fda431cbd28f25ea93bb30fe9 (patch)
treeb294a69df4949dbf96f8f6c8aec22513a822fe85 /gdb/symtab.h
parent29ae32aa4702a3303f5926d3fc6fa179c3b5c52d (diff)
downloadgdb-59ec8c06ff3f367fda431cbd28f25ea93bb30fe9.tar.gz
gdb/
2012-12-19 Yao Qi <yao@codesourcery.com> * maint.c (maintenance_print_statistics): Make it static. * symtab.h (maintenance_print_statistics): Remove declaration.
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r--gdb/symtab.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h
index ea393261499..2ab41f46904 100644
--- a/gdb/symtab.h
+++ b/gdb/symtab.h
@@ -1174,10 +1174,6 @@ void maintenance_info_psymtabs (char *, int);
void maintenance_check_symtabs (char *, int);
-/* maint.c */
-
-void maintenance_print_statistics (char *, int);
-
/* Symbol-reading stuff in symfile.c and solib.c. */
extern void clear_solib (void);