From cdfb4164255980636481487c848a415c0ba3b4e9 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 16 Jul 2017 12:01:01 +0300 Subject: [PATCH] Removed duplicate key in dictionary. --- tools/ac_converter.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/ac_converter.py b/tools/ac_converter.py index cf00fd05f..eda5097dd 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'),