diff options
Diffstat (limited to 'gdb/solib.h')
-rw-r--r-- | gdb/solib.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/solib.h b/gdb/solib.h index c3bf529..336971d 100644 --- a/gdb/solib.h +++ b/gdb/solib.h @@ -98,8 +98,4 @@ extern void update_solib_breakpoints (void); extern void handle_solib_event (void); -/* Default validation always returns 1. */ - -extern char *default_solib_validate (const struct so_list *so); - #endif /* SOLIB_H */ |