]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/common/cgen-run.c
sim: common: fix -Wunused-variable warnings
[thirdparty/binutils-gdb.git] / sim / common / cgen-run.c
index 29578b0c57f28129c9a0e4baf85d8fc700df1cc1..b0b7cf1ed3653251f504a34dd5948bd2913bdf0d 100644 (file)
@@ -56,8 +56,7 @@ static void engine_run_n (SIM_DESC, int, int, int, int);
 static int
 cgen_get_fast_p (SIM_DESC sd)
 {
-  int i, c;
-  int run_fast_p = 1;
+  int c;
 
   for (c = 0; c < MAX_NR_PROCESSORS; ++c)
     {