Remove exception_none
[deliverable/binutils-gdb.git] / gdb / linespec.c
index c42ddba731510dfab7a128515323ae02ec099a4b..6d26638296ea331ef3f06ba6ad9d2e5ba7902f43 100644 (file)
@@ -2508,7 +2508,7 @@ parse_linespec (linespec_parser *parser, const char *arg,
                symbol_name_match_type match_type)
 {
   linespec_token token;
-  struct gdb_exception file_exception = exception_none;
+  struct gdb_exception file_exception;
 
   /* A special case to start.  It has become quite popular for
      IDEs to work around bugs in the previous parser by quoting
This page took 0.023942 seconds and 4 git commands to generate.