From: Jens Axboe Date: Sat, 6 Mar 2021 22:37:56 +0000 (-0700) Subject: Merge branch 'clock_monotonic_unused' of https://github.com/foxeng/fio X-Git-Tag: fio-3.26~2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=ea9be958d8948cab0c5593a7afc695d17bd6ba79;hp=6abc7a36823e687bfc88f5235419b9c5184e50d4;p=fio.git Merge branch 'clock_monotonic_unused' of https://github.com/foxeng/fio * 'clock_monotonic_unused' of https://github.com/foxeng/fio: configure: remove unused CLOCK_MONOTONIC_* symbols --- 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