]> pd.if.org Git - uuid/commitdiff
Removed unused variable
authorNathan Wagner <nw@hydaspes.if.org>
Tue, 12 Jun 2012 10:24:10 +0000 (10:24 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Tue, 12 Jun 2012 10:24:10 +0000 (10:24 +0000)
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];