diff options
Diffstat (limited to 'gdb/location.c')
-rw-r--r-- | gdb/location.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/location.c b/gdb/location.c index bbd2696..071d262 100644 --- a/gdb/location.c +++ b/gdb/location.c @@ -640,7 +640,7 @@ string_to_event_location_basic (char **stringp, const struct language_defn *language) { struct event_location *location; - const char *arg, *orig, *cs; + const char *cs; /* Try the input as a probe spec. */ cs = *stringp; |