summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorFotis Xenakis <foxen@windowslive.com>2021-03-06 22:47:42 +0200
committerFotis Xenakis <foxen@windowslive.com>2021-03-06 22:54:13 +0200
commit05b6b54b90c35cc5727623b24919d54fc9df4bb1 (patch)
treeeb38a482bd73cf2dd45efeaf65a713aeaea1d9bb /configure
parentab02be41807ec9451c47b17129cf61457ef21db6 (diff)
downloadfio-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-xconfigure6
1 files changed, 0 insertions, 6 deletions
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