From cdc2a5c39552f51f37b225a06f2ab6e974aab967 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sun, 3 Dec 2000 04:23:54 +0000 Subject: 2000-12-03 Ben Elliston * sim-profile.c (profile_option_handler): Remove unused prof_nr. --- sim/common/sim-profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sim/common/sim-profile.c') diff --git a/sim/common/sim-profile.c b/sim/common/sim-profile.c index ff53f71..1ac148d 100644 --- a/sim/common/sim-profile.c +++ b/sim/common/sim-profile.c @@ -248,7 +248,7 @@ profile_option_handler (SIM_DESC sd, char *arg, int is_command) { - int cpu_nr,prof_nr; + int cpu_nr; /* FIXME: Need to handle `cpu' arg. */ -- cgit v1.1