configure: remove unused CLOCK_MONOTONIC_* symbols
authorFotis Xenakis <foxen@windowslive.com>
Sat, 6 Mar 2021 20:47:42 +0000 (22:47 +0200)
committerFotis Xenakis <foxen@windowslive.com>
Sat, 6 Mar 2021 20:54:13 +0000 (22:54 +0200)
The symbols are not used in the code and the respective probes were
removed in commits 187f39063e1b0a7baeda20a9f4f2406327ec0d41 and
69212fc41c0420f8caf272a0cc270194edbddfe7.

Signed-off-by: Fotis Xenakis <foxen@windowslive.com>
configure

index 748f7014c63541b26ef66dd8b72fcd1a8a27f777..71b318681ac985bbf0cafb262a8d4d6268daadf6 100755 (executable)
--- a/configure
+++ b/configure
@@ -2794,12 +2794,6 @@ fi
 if test "$clock_monotonic" = "yes" ; then
   output_sym "CONFIG_CLOCK_MONOTONIC"
 fi
-if test "$clock_monotonic_raw" = "yes" ; then
-  output_sym "CONFIG_CLOCK_MONOTONIC_RAW"
-fi
-if test "$clock_monotonic_precise" = "yes" ; then
-  output_sym "CONFIG_CLOCK_MONOTONIC_PRECISE"
-fi
 if test "$clockid_t" = "yes"; then
   output_sym "CONFIG_CLOCKID_T"
 fi