2000-12-03 Ben Elliston <bje@redhat.com>
authorBen Elliston <bje@au.ibm.com>
Sun, 3 Dec 2000 04:23:54 +0000 (04:23 +0000)
committerBen Elliston <bje@au.ibm.com>
Sun, 3 Dec 2000 04:23:54 +0000 (04:23 +0000)
* sim-profile.c (profile_option_handler): Remove unused prof_nr.

sim/common/ChangeLog
sim/common/sim-profile.c

index 362d951599eed779443d04dbc8319f14d9cd2e2e..66227ea6a415600c7ae073e30bb0d6de4ebe144c 100644 (file)
@@ -1,3 +1,7 @@
+2000-12-03  Ben Elliston  <bje@redhat.com>
+
+       * sim-profile.c (profile_option_handler): Remove unused prof_nr.
+
 2000-11-26  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
 
        * hw-events.c (delete_hw_event_data): Remove the scheduled events.
index ff53f71d775bc2decd80343f1ce62a83047b3a43..1ac148d1a9bec94ec14c1b201b512290143652d9 100644 (file)
@@ -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.  */
 
This page took 0.038745 seconds and 4 git commands to generate.