Merge branch 'clock_monotonic_unused' of https://github.com/foxeng/fio
authorJens Axboe <axboe@kernel.dk>
Sat, 6 Mar 2021 22:37:56 +0000 (15:37 -0700)
committerJens Axboe <axboe@kernel.dk>
Sat, 6 Mar 2021 22:37:56 +0000 (15:37 -0700)
* 'clock_monotonic_unused' of https://github.com/foxeng/fio:
  configure: remove unused CLOCK_MONOTONIC_* symbols

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