diff options
author | Yao Qi <yao@codesourcery.com> | 2012-12-19 07:51:50 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2012-12-19 07:51:50 +0000 |
commit | 025cfdb2f707decb46b02ab34da0a8a48c021178 (patch) | |
tree | 2969993364dbcc3f10c992340104dad691d166f0 /gdb/symtab.h | |
parent | 19a3671ce89692f463fae376af7990195ebd88ca (diff) | |
download | gdb-025cfdb2f707decb46b02ab34da0a8a48c021178.zip gdb-025cfdb2f707decb46b02ab34da0a8a48c021178.tar.gz gdb-025cfdb2f707decb46b02ab34da0a8a48c021178.tar.bz2 |
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.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index ea39326..2ab41f4 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); |