From: Ben Elliston Date: Sun, 3 Dec 2000 04:23:54 +0000 (+0000) Subject: 2000-12-03 Ben Elliston X-Git-Tag: newlib-1_9_0~386 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cdc2a5c39552f51f37b225a06f2ab6e974aab967;p=thirdparty%2Fbinutils-gdb.git 2000-12-03 Ben Elliston * sim-profile.c (profile_option_handler): Remove unused prof_nr. --- diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 362d951599e..66227ea6a41 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,7 @@ +2000-12-03 Ben Elliston + + * sim-profile.c (profile_option_handler): Remove unused prof_nr. + 2000-11-26 Stephane Carrez * hw-events.c (delete_hw_event_data): Remove the scheduled events. diff --git a/sim/common/sim-profile.c b/sim/common/sim-profile.c index ff53f71d775..1ac148d1a9b 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. */