diff options
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index 3861051..378e933 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -1284,7 +1284,6 @@ int compare_filenames_for_search (const char *filename, const char *search_name); int iterate_over_some_symtabs (const char *name, - const char *full_path, const char *real_path, int (*callback) (struct symtab *symtab, void *data), |