From 8d571eb9c4ad6b7b41ee6b8e3a23c8fb53218496 Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Tue, 12 Jun 2012 10:24:10 +0000 Subject: [PATCH] Removed unused variable --- internal.c | 1 - 1 file changed, 1 deletion(-) 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]; -- 2.40.0