-fix warning
authorChristian Grothoff <christian@grothoff.org>
Mon, 17 Sep 2012 11:06:48 +0000 (11:06 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 17 Sep 2012 11:06:48 +0000 (11:06 +0000)
src/util/strings.c

index efa6029b46242dc449ed461b938f4dacfd455c94..085367f15962f56cfa6aea2cb7d75c45bc92f53a 100644 (file)
@@ -629,7 +629,6 @@ GNUNET_STRINGS_relative_time_to_string (struct GNUNET_TIME_Relative delta,
 {
   static char buf[128];
   const char *unit = _( /* time unit */ "ms");
-  char *ret;
   uint64_t dval = delta.rel_value;
 
   if (delta.rel_value == GNUNET_TIME_UNIT_FOREVER_REL.rel_value)