From f8a4256fc6789c9eaa83475d1e96db58691e7bf3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 17 Jun 2020 08:44:41 +0200 Subject: selct: remove unused ELAPSED_MS() macro --- lib/select.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/select.c b/lib/select.c index ca0e24fb1..abb124ae8 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 -- cgit v1.2.1