[svn] Delete unreachable statement in aprintf.

This commit is contained in:
hniksic 2005-04-24 13:14:10 -07:00
parent cf994330a3
commit 9c58e3c1d2
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-04-24 Hrvoje Niksic <hniksic@xemacs.org>
* utils.c (aprintf): Delete unreachable statement.
2005-04-24 Hrvoje Niksic <hniksic@xemacs.org>
* host.c (cmp_prefer_ipv4): New function.

View File

@ -211,7 +211,6 @@ aprintf (const char *fmt, ...)
size <<= 1; /* twice the old size */
str = xrealloc (str, size);
}
return NULL; /* unreached */
}
/* Concatenate the NULL-terminated list of string arguments into