]> pd.if.org Git - uuid/blobdiff - internal.c
Removed unused variable
[uuid] / internal.c
index 0fe696278a5b45993994c3bfedc5d9dd1b4454aa..f2cdf8789877d6502df076e60b9833f9a06f268b 100644 (file)
@@ -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];