From: Nathan Wagner Date: Tue, 12 Jun 2012 10:24:10 +0000 (+0000) Subject: Removed unused variable X-Git-Url: https://pd.if.org/git/?p=uuid;a=commitdiff_plain;h=8d571eb9c4ad6b7b41ee6b8e3a23c8fb53218496 Removed unused variable --- diff --git a/internal.c b/internal.c index 0fe6962..f2cdf87 100644 --- a/internal.c +++ b/internal.c @@ -186,7 +186,6 @@ static uint64_t current_node(struct pd_uuid_state *st) { continue; } if (ioctl(s, SIOCGIFHWADDR, req) == 0) { - int j; data = (unsigned char *)req->ifr_hwaddr.sa_data; node = data[0]; node = node << 8; node += data[1];