diff --git a/libdnet-stripped/src/route-win32.c b/libdnet-stripped/src/route-win32.c index 7b75d9154..f12c8f75b 100644 --- a/libdnet-stripped/src/route-win32.c +++ b/libdnet-stripped/src/route-win32.c @@ -172,7 +172,6 @@ route_loop_getipforwardtable2(GETIPFORWARDTABLE2 GetIpForwardTable2, for (i = 0; i < r->ipftable2->NumEntries; i++) { MIB_IPFORWARD_ROW2 *row; - char buf[100]; row = &r->ipftable2->Table[i]; addr_ston((struct sockaddr *) &row->DestinationPrefix.Prefix, &entry.route_dst);