From: Christian Grothoff Date: Fri, 5 Nov 2010 20:11:53 +0000 (+0000) Subject: dce X-Git-Tag: initial-import-from-subversion-38251~19822 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b73625dc13330ec84e6ddd199fb3a405e7774ec3;p=oweals%2Fgnunet.git dce --- 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; */ static enum GNUNET_SCHEDULER_Priority max_priority_added; -/** - * How 'nice' are we right now? - */ -static int nice_level; - /** * Check that the given priority is legal (and return it).