]> sjero.net Git - wget/blobdiff - src/host.c
[svn] Remove unreachable "break" statements.
[wget] / src / host.c
index 5082e179558412c16f4291bd58d506a195d40b01..14a7a29d11d6ee8af62fa6b79090b9d7fc0257e8 100644 (file)
@@ -148,7 +148,6 @@ address_list_contains (const struct address_list *al, const ip_address *ip)
 #endif /* ENABLE_IPV6 */
     default:
       abort ();
-      return 0;
     }
 }
 
@@ -451,7 +450,6 @@ pretty_print_address (const ip_address *addr)
 #endif
     }
   abort ();
-  return NULL;
 }
 
 /* The following two functions were adapted from glibc. */