i386: Add -mbranches-within-32B-boundaries
[deliverable/binutils-gdb.git] / gdb / cp-name-parser.y
index 284b1ff1211554496c5e6db37d995e569ee57ac5..ec1721007f281dee21e9b7291e56966ff1aaf3dc 100644 (file)
@@ -2129,7 +2129,6 @@ main (int argc, char **argv)
   if (argv[arg] == NULL)
     while (fgets (buf, 65536, stdin) != NULL)
       {
-       int len;
        buf[strlen (buf) - 1] = 0;
        /* Use DMGL_VERBOSE to get expanded standard substitutions.  */
        c = trim_chars (buf, &extra_chars);
This page took 0.026288 seconds and 4 git commands to generate.