am 94f8beb7: am dc42d7ff: Merge "Fix a warning in if_indextoname.c."

* commit '94f8beb7e3450204bb117ca2301c1769a9b76dc2':
  Fix a warning in if_indextoname.c.
This commit is contained in:
Elliott Hughes 2014-07-01 19:39:38 +00:00 committed by Android Git Automerger
commit eae0d91dd5

View File

@ -41,7 +41,6 @@
char*
if_indextoname(unsigned ifindex, char *ifname)
{
int index;
int ctl_sock;
struct ifreq ifr;
char* ret = NULL;