From patchwork Thu Mar 31 06:30:42 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: fix rs6000 break From: Andreas Tobler X-Patchwork-Id: 89020 Message-Id: <307f1f61dd5a6b780a46f45f0f667159@212.203.104.226> To: joseph@codesourcery.com Cc: gcc-patches@gcc.gnu.org Date: Thu, 31 Mar 2011 08:30:42 +0200 Hello, Is this ok to apply? 2011-03-31 Andreas Tobler * config/rs6000/rs6000.c (rs6000_handle_option): Remove unused isel var. Index: config/rs6000/rs6000.c =================================================================== --- config/rs6000/rs6000.c (revision 171769) +++ config/rs6000/rs6000.c (working copy) @@ -4192,7 +4192,6 @@ 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;