X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fhelper%2Ftime_support.h;h=fab432d38d1c0fac843c42238ab98bbbd85aa3fd;hb=690e054a3d8c8847432c31224743b0f9dbd0f1bf;hp=a2d180a5aac65ad56919d59810da37fc05b3f9ca;hpb=0cd414c7d69361768cf0a8b2c1844a8bb2354c8c;p=openocd diff --git a/src/helper/time_support.h b/src/helper/time_support.h index a2d180a5..fab432d3 100644 --- a/src/helper/time_support.h +++ b/src/helper/time_support.h @@ -38,7 +38,6 @@ #endif int timeval_subtract(struct timeval *result, struct timeval *x, struct timeval *y); -int timeval_add(struct timeval *result, struct timeval *x, struct timeval *y); int timeval_add_time(struct timeval *result, long sec, long usec); /// @returns gettimeofday() timeval as 64-bit in ms