Parcourir la source

[master] Removing unused_id variable (compilation fix for perfdhcp)

Tomek Mrugalski il y a 13 ans
Parent
commit
c4680d2534
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      tests/tools/perfdhcp/perfdhcp.cc

+ 0 - 1
tests/tools/perfdhcp/perfdhcp.cc

@@ -441,7 +441,6 @@ size_t reqaddr_request6;
 int clock_gettime(int, struct timespec *tp) {
     struct timeval tv;
     gettimeofday(&tv, NULL);
-    unused_id = 0;
     tp->tv_sec = tv.tv_sec;
     tp->tv_nsec = tv.tv_usec*1000;