diff options
Diffstat (limited to 'gdb/location.c')
-rw-r--r-- | gdb/location.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/location.c b/gdb/location.c index 8aa8bd5..8796320 100644 --- a/gdb/location.c +++ b/gdb/location.c @@ -342,10 +342,8 @@ copy_event_location (const struct event_location *src) return event_location_up (dst); } -/* See description in location.h. */ - void -delete_event_location (struct event_location *location) +event_location_deleter::operator() (event_location *location) const { if (location != NULL) { |