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

* commit 'dc42d7ff6b792f72cfe09d8bbc2fd1f342d1d9fb':
  Fix a warning in if_indextoname.c.
This commit is contained in:
Elliott Hughes
2014-07-01 19:33:53 +00:00
committed by Android Git Automerger

View File

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