diff options
Diffstat (limited to 'sim/common/cgen-run.c')
-rw-r--r-- | sim/common/cgen-run.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sim/common/cgen-run.c b/sim/common/cgen-run.c index 29578b0..b0b7cf1 100644 --- a/sim/common/cgen-run.c +++ b/sim/common/cgen-run.c @@ -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) { |