]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - opcodes/mep-dis.c
fix set but unused variable warnings
[thirdparty/binutils-gdb.git] / opcodes / mep-dis.c
index e0f26163a776d474c57a1c7c9d52e4c458435caa..dbf429a4b9126e92754f97fc9e223fbfcea5e640 100644 (file)
@@ -534,14 +534,12 @@ mep_examine_ivc2_insns (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, bfd_vma pc ATTRIBUTE_
 {
   int status;
   int buflength;
-  int cop2buflength;
   bfd_byte buf[8];
   bfd_byte insn[8];
   int e;
 
   /* At this time we're not supporting internally parallel
      coprocessors, so cop2buflength will always be 0.  */
-  cop2buflength = 0;
 
   /* Read in 64 bits.  */
   buflength = 8; /* VLIW insn spans 8 bytes.  */