diff options
author | Ben Elliston <bje@au.ibm.com> | 2000-12-03 04:23:54 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2000-12-03 04:23:54 +0000 |
commit | cdc2a5c39552f51f37b225a06f2ab6e974aab967 (patch) | |
tree | 5a675fb7419f6d4fb7427a4f49cd9c26362f8c75 /sim/common/sim-profile.c | |
parent | ed99b3d09ea27050663b28ac014f03d7dbb64624 (diff) | |
download | gdb-cdc2a5c39552f51f37b225a06f2ab6e974aab967.zip gdb-cdc2a5c39552f51f37b225a06f2ab6e974aab967.tar.gz gdb-cdc2a5c39552f51f37b225a06f2ab6e974aab967.tar.bz2 |
2000-12-03 Ben Elliston <bje@redhat.com>
* sim-profile.c (profile_option_handler): Remove unused prof_nr.
Diffstat (limited to 'sim/common/sim-profile.c')
-rw-r--r-- | sim/common/sim-profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |