Commit 4147216e authored by Marcus Lundblad's avatar Marcus Lundblad Committed by Youness Alaoui

Removed unused variable

parent b08212d0
......@@ -172,7 +172,6 @@ nice_interfaces_get_local_ips (gboolean include_loopback)
GList *ips = NULL;
struct ifaddrs *ifa, *results;
GList *loopbacks = NULL;
int ret;
if (getifaddrs (&results) < 0)
return NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment