Remove the unused demangle_flag in collect2.c.
authorH.J. Lu <hongjiu.lu@intel.com>
Mon, 25 Jul 2011 02:08:44 +0000 (02:08 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Mon, 25 Jul 2011 02:08:44 +0000 (19:08 -0700)
2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>

PR bootstrap/49835
* collect2.c (demangle_flag): Removed.

From-SVN: r176725

gcc/ChangeLog
gcc/collect2.c

index 207b097c6c86e0972d44621ac1aaa097b8b67cdd..70cac5b5c5e6c8f8cb50ad7b6c7aadc66782ba5b 100644 (file)
@@ -1,3 +1,8 @@
+2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR bootstrap/49835
+       * collect2.c (demangle_flag): Removed.
+
 2011-07-24  Sandra Loosemore  <sandra@codesourcery.com>
 
        * configure.ac (demangler_in_ld): Default to yes.
index cd0fad792e28cb2c5fc60de94c398c1ae2714419..cf39693f653d5f4b92f9df97d706e8168b5cfbe7 100644 (file)
@@ -179,7 +179,6 @@ struct head
 bool vflag;                            /* true if -v or --version */ 
 static int rflag;                      /* true if -r */
 static int strip_flag;                 /* true if -s */
-static const char *demangle_flag;
 #ifdef COLLECT_EXPORT_LIST
 static int export_flag;                 /* true if -bE */
 static int aix64_flag;                 /* true if -b64 */