From 655b8bbaa8e17b53b02e33533d42719ff1254021 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 17 Sep 2012 11:06:48 +0000 Subject: [PATCH] -fix warning --- src/util/strings.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util/strings.c b/src/util/strings.c index efa6029b4..085367f15 100644 --- a/src/util/strings.c +++ b/src/util/strings.c @@ -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) -- 2.25.1