Browse Source

Drop now-unused variable

Samuel Thibault 4 years ago
parent
commit
29e5cd5b7f
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/debug/traces/starpu_fxt.c

+ 0 - 2
src/debug/traces/starpu_fxt.c

@@ -2008,7 +2008,6 @@ static void handle_worker_scheduling_end(struct fxt_ev_64 *ev, struct starpu_fxt
 
 static void handle_worker_scheduling_push(struct fxt_ev_64 *ev, struct starpu_fxt_options *options)
 {
-	int worker;
 	char *prefix = options->file_prefix;
 
 	thread_push_state(get_event_time_stamp(ev, options), options->file_prefix, ev->param[0], "Sc");
@@ -2018,7 +2017,6 @@ static void handle_worker_scheduling_push(struct fxt_ev_64 *ev, struct starpu_fx
 
 static void handle_worker_scheduling_pop(struct fxt_ev_64 *ev, struct starpu_fxt_options *options)
 {
-	int worker;
 	char *prefix = options->file_prefix;
 
 	thread_pop_state(get_event_time_stamp(ev, options), options->file_prefix, ev->param[0]);