rs6000.c (rs6000_handle_option): Remove unused isel var.
authorAndreas Tobler <andreast@fgznet.ch>
Thu, 31 Mar 2011 06:50:23 +0000 (08:50 +0200)
committerAndreas Tobler <andreast@gcc.gnu.org>
Thu, 31 Mar 2011 06:50:23 +0000 (08:50 +0200)
2011-03-31  Andreas Tobler  <andreast@fgznet.ch>

* config/rs6000/rs6000.c (rs6000_handle_option): Remove unused isel
var.

From-SVN: r171770

gcc/ChangeLog
gcc/config/rs6000/rs6000.c

index f71f1af..6efcee8 100644 (file)
@@ -1,3 +1,8 @@
+2011-03-31  Andreas Tobler  <andreast@fgznet.ch>
+
+       * config/rs6000/rs6000.c (rs6000_handle_option): Remove unused isel
+       var.
+
 2011-03-30  Nathan Froyd  <froydnj@codesourcery.com>
 
        * tree.h (CASE_CHAIN): Define.
index 47467c5..d644196 100644 (file)
@@ -4192,7 +4192,6 @@ rs6000_handle_option (struct gcc_options *opts, struct gcc_options *opts_set,
                      location_t loc ATTRIBUTE_UNUSED)
 {
   enum fpu_type_t fpu_type = FPU_NONE;
-  int isel;
   char *p, *q;
   size_t code = decoded->opt_index;
   const char *arg = decoded->arg;