aboutsummaryrefslogtreecommitdiff
path: root/gdb/location.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/location.c')
-rw-r--r--gdb/location.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/location.c b/gdb/location.c
index 9643ea8..e22ee41 100644
--- a/gdb/location.c
+++ b/gdb/location.c
@@ -345,14 +345,6 @@ explicit_location_spec::to_linespec () const
return explicit_to_string_internal (true, this);
}
-/* See description in location.h. */
-
-const char *
-location_spec_to_string (struct location_spec *locspec)
-{
- return locspec->to_string ();
-}
-
/* Find an instance of the quote character C in the string S that is
outside of all single- and double-quoted strings (i.e., any quoting
other than C). */