aboutsummaryrefslogtreecommitdiff
path: root/src/util/scheduler.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-11-05 20:11:53 +0000
committerChristian Grothoff <christian@grothoff.org>2010-11-05 20:11:53 +0000
commitb73625dc13330ec84e6ddd199fb3a405e7774ec3 (patch)
treee3819e450f846392455c0e81d74035ddfd28b68f /src/util/scheduler.c
parent1d1baa5a54afb0e9831b1a10cad14c08f8a67e00 (diff)
downloadgnunet-b73625dc13330ec84e6ddd199fb3a405e7774ec3.tar.gz
gnunet-b73625dc13330ec84e6ddd199fb3a405e7774ec3.zip
dce
Diffstat (limited to 'src/util/scheduler.c')
-rw-r--r--src/util/scheduler.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/util/scheduler.c b/src/util/scheduler.c
index b1d9b303a..0faa08594 100644
--- a/src/util/scheduler.c
+++ b/src/util/scheduler.c
@@ -229,11 +229,6 @@ static enum GNUNET_SCHEDULER_Priority current_priority;
229 */ 229 */
230static enum GNUNET_SCHEDULER_Priority max_priority_added; 230static enum GNUNET_SCHEDULER_Priority max_priority_added;
231 231
232/**
233 * How 'nice' are we right now?
234 */
235static int nice_level;
236
237 232
238/** 233/**
239 * Check that the given priority is legal (and return it). 234 * Check that the given priority is legal (and return it).