-dce
authorChristian Grothoff <christian@grothoff.org>
Wed, 25 Jan 2012 09:37:02 +0000 (09:37 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 25 Jan 2012 09:37:02 +0000 (09:37 +0000)
src/util/common_logging.c

index 72a2c67dae4196d4d273c9b574cdf69a14f8397c..2fa3f9e24e68b929816dec6c75bee8e35afe7f70 100644 (file)
@@ -429,7 +429,6 @@ parse_definitions (const char *constname, int force)
   if (tmp == NULL)
     return 0;
   def = GNUNET_strdup (tmp);
-  level = -1;
   from_line = 0;
   to_line = INT_MAX;
   for (p = def, state = 0, start = def; keep_looking; p++)