sim: common: trim trailing whitespace
[deliverable/binutils-gdb.git] / gdb / symtab.c
index 3105327bba7063ef719e2e51ca177e26f791a188..60bc585fcc42980fa37c055129e3302298a37b69 100644 (file)
@@ -3403,7 +3403,7 @@ rbreak_command (char *regexp, int from_tty)
   struct cleanup *old_chain;
   char *string = NULL;
   int len = 0;
-  char **files = NULL;
+  char **files = NULL, *file_name;
   int nfiles = 0;
 
   if (regexp)
@@ -3413,7 +3413,6 @@ rbreak_command (char *regexp, int from_tty)
       if (colon && *(colon + 1) != ':')
        {
          int colon_index;
-         char * file_name;
 
          colon_index = colon - regexp;
          file_name = alloca (colon_index + 1);
This page took 0.024302 seconds and 4 git commands to generate.