Change linespec_result::location to be an event_location_up
[deliverable/binutils-gdb.git] / gdb / location.h
index 5a5adb563258a94ca49d4b60ba1cf1b6cfd51dc6..7e1f0128adceaa51ae9dda526659a029e0f02e10 100644 (file)
@@ -114,18 +114,11 @@ extern char *
 extern const char *
   event_location_to_string (struct event_location *location);
 
-/* Free an event location and any associated data.  */
-
-extern void delete_event_location (struct event_location *location);
-
 /* A deleter for a struct event_location.  */
 
 struct event_location_deleter
 {
-  void operator() (event_location *location) const
-  {
-    delete_event_location (location);
-  }
+  void operator() (event_location *location) const;
 };
 
 /* A unique pointer for event_location.  */
This page took 0.024703 seconds and 4 git commands to generate.