diff options
author | Fotis Xenakis <foxen@windowslive.com> | 2021-03-06 22:47:42 +0200 |
---|---|---|
committer | Fotis Xenakis <foxen@windowslive.com> | 2021-03-06 22:54:13 +0200 |
commit | 05b6b54b90c35cc5727623b24919d54fc9df4bb1 (patch) | |
tree | eb38a482bd73cf2dd45efeaf65a713aeaea1d9bb /configure | |
parent | ab02be41807ec9451c47b17129cf61457ef21db6 (diff) | |
download | fio-05b6b54b90c35cc5727623b24919d54fc9df4bb1.tar.gz fio-05b6b54b90c35cc5727623b24919d54fc9df4bb1.tar.bz2 |
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 <foxen@windowslive.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |