From: Daniel Stenberg Date: Wed, 17 Jun 2020 06:44:41 +0000 (+0200) Subject: select: remove the unused ELAPSED_MS() macro X-Git-Tag: curl-7_71_0~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3bf18cdadd91bbd5250b257bc1b933f0c02a9591;p=thirdparty%2Fcurl.git select: remove the unused ELAPSED_MS() macro Closes #5573 --- diff --git a/lib/select.c b/lib/select.c index ca0e24fb13..abb124ae8f 100644 --- a/lib/select.c +++ b/lib/select.c @@ -55,9 +55,6 @@ #include "timeval.h" #include "warnless.h" -/* Convenience local macros */ -#define ELAPSED_MS() (int)Curl_timediff(Curl_now(), initial_tv) - /* * Internal function used for waiting a specific amount of ms * in Curl_socket_check() and Curl_poll() when no file descriptor