aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2017-07-16 12:01:01 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2017-07-16 12:01:01 +0300
commitcdfb4164255980636481487c848a415c0ba3b4e9 (patch)
tree2b490f4056cb01a27d4ea9c8d12a5329e5dadc66 /tools
parent76d6fab8aefaf486f7c8ca84d0686521931f261a (diff)
downloadmeson-cdfb4164255980636481487c848a415c0ba3b4e9.zip
meson-cdfb4164255980636481487c848a415c0ba3b4e9.tar.gz
meson-cdfb4164255980636481487c848a415c0ba3b4e9.tar.bz2
Removed duplicate key in dictionary.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ac_converter.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/ac_converter.py b/tools/ac_converter.py
index cf00fd0..eda5097 100755
--- a/tools/ac_converter.py
+++ b/tools/ac_converter.py
@@ -39,7 +39,6 @@ function_data = \
'HAVE_POSIX_MEMALIGN': ('posix_memalign', 'stdlib.h'),
'HAVE_SIGACTION': ('sigaction', 'signal.h'),
'HAVE_ALARM': ('alarm', 'unistd.h'),
- 'HAVE_CLOCK_GETTIME': ('clock_gettime', 'time.h'),
'HAVE_CTIME_R': ('ctime_r', 'time.h'),
'HAVE_DRAND48': ('drand48', 'stdlib.h'),
'HAVE_FLOCKFILE': ('flockfile', 'stdio.h'),