diff options
Diffstat (limited to 'socket-util.c')
-rw-r--r-- | socket-util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/socket-util.c b/socket-util.c index c8e8e5975b..0f5140ec5b 100644 --- a/socket-util.c +++ b/socket-util.c @@ -103,7 +103,6 @@ int socket_address_parse(SocketAddress *a, const char *s) { } else { if ((e = strchr(s, ':'))) { - int r; if ((r = safe_atou(e+1, &u)) < 0) return r; |