aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-02-06 16:12:36 +0100
committerChristian Grothoff <christian@grothoff.org>2023-02-06 16:12:36 +0100
commit35ca280a76340f52284378083d97701a459ff5fb (patch)
treebc52f661e1a77186a699e01b7ea7d9a545c1cccf
parent763335e08dd7e3feff6184879471198f5852821d (diff)
downloadgnunet-35ca280a76340f52284378083d97701a459ff5fb.tar.gz
gnunet-35ca280a76340f52284378083d97701a459ff5fb.zip
-remove dead variable, obsoleted by patch for #7617
m---------contrib/gana0
m---------contrib/sphinx0
-rw-r--r--src/util/scheduler.c2
3 files changed, 0 insertions, 2 deletions
diff --git a/contrib/gana b/contrib/gana
Subproject 79163ab6ea6f6cfe7f4311f91fb45c747b8c33d Subproject 66228b8a4306f028d843d78fbfcca54260539ff
diff --git a/contrib/sphinx b/contrib/sphinx
Subproject 4f40b5deca02c8dc64ff6c73e6602e6abdd1bae Subproject 9c5b9d9040d21542eff792e26624cf9669b127a
diff --git a/src/util/scheduler.c b/src/util/scheduler.c
index b57e2db66..70193a0d2 100644
--- a/src/util/scheduler.c
+++ b/src/util/scheduler.c
@@ -2061,8 +2061,6 @@ GNUNET_SCHEDULER_do_work (struct GNUNET_SCHEDULER_Handle *sh)
2061 } 2061 }
2062 else 2062 else
2063 { 2063 {
2064 struct GNUNET_SCHEDULER_Task *last;
2065
2066 /* find out which task priority level we are going to 2064 /* find out which task priority level we are going to
2067 process this time */ 2065 process this time */
2068 max_priority_added = GNUNET_SCHEDULER_PRIORITY_KEEP; 2066 max_priority_added = GNUNET_SCHEDULER_PRIORITY_KEEP;