Change linespec_result::location to be an event_location_up
[deliverable/binutils-gdb.git] / gdb / location.c
index 8aa8bd5393393eb1b3205f407ac617e804b4970a..87963207ba16eef22ee92fea4f6a58b6a9ccf63a 100644 (file)
@@ -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)
     {
This page took 0.027328 seconds and 4 git commands to generate.