From: Fotis Xenakis Date: Sat, 6 Mar 2021 20:47:42 +0000 (+0200) Subject: configure: remove unused CLOCK_MONOTONIC_* symbols X-Git-Tag: fio-3.26~2^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=05b6b54b90c35cc5727623b24919d54fc9df4bb1;p=fio.git configure: remove unused CLOCK_MONOTONIC_* symbols The symbols are not used in the code and the respective probes were removed in commits 187f39063e1b0a7baeda20a9f4f2406327ec0d41 and 69212fc41c0420f8caf272a0cc270194edbddfe7. Signed-off-by: Fotis Xenakis --- diff --git a/configure b/configure index 748f7014..71b31868 100755 --- 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