1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

2016-05-30 Paul Pluzhnikov <ppluzhnikov@google.com>

[BZ 19653]
	* inet/if_index.c (__protocol_available): Delete #if 0'd code.
	* inet/ruserpass.c (ruserpass): Delete #if 0'd code.
This commit is contained in:
Paul Pluzhnikov
2016-05-30 15:32:09 -07:00
parent 3e040a2d5f
commit ca7e8dda67
3 changed files with 6 additions and 84 deletions

View File

@ -58,14 +58,3 @@ __if_nameindex (void)
weak_alias (__if_nameindex, if_nameindex)
libc_hidden_weak (if_nameindex)
stub_warning (if_nameindex)
#if 0
void
internal_function
__protocol_available (int *have_inet, int *have_inet6)
{
/* By default we assume that IPv4 is available, IPv6 not. */
*have_inet = 1;
*have_inet6 = 0;
}
#endif