aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-05 20:41:25 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-05 20:41:25 +0000
commitf7e70ab9405d9baaabe1f3c216e0fce96bcf4ed6 (patch)
tree35502ba31cf2c15a5e8f349eced16644e3f1d259 /src/util
parentbc6f440b6ce83d32b700914fa333f8f2ab27bfad (diff)
downloadgnunet-f7e70ab9405d9baaabe1f3c216e0fce96bcf4ed6.tar.gz
gnunet-f7e70ab9405d9baaabe1f3c216e0fce96bcf4ed6.zip
-dead assignment, reported by clang
Diffstat (limited to 'src/util')
-rw-r--r--src/util/strings.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/strings.c b/src/util/strings.c
index b25b39bcd..85c6a1cc6 100644
--- a/src/util/strings.c
+++ b/src/util/strings.c
@@ -1454,7 +1454,6 @@ GNUNET_STRINGS_parse_ipv4_policy (const char *routeListX)
1454 if ( (';' == routeList[colon]) || 1454 if ( (';' == routeList[colon]) ||
1455 ('\0' == routeList[colon]) ) 1455 ('\0' == routeList[colon]) )
1456 break; 1456 break;
1457 end = colon;
1458 for (end = colon; ';' != routeList[end]; end++) 1457 for (end = colon; ';' != routeList[end]; end++)
1459 if ('\0' == routeList[end]) 1458 if ('\0' == routeList[end])
1460 break; 1459 break;