summaryrefslogtreecommitdiff
path: root/microbench
diff options
context:
space:
mode:
authorTristan Matthews <tmatth@videolan.org>2015-09-29 19:27:49 -0400
committerErik de Castro Lopo <erikd@mega-nerd.com>2015-09-30 18:59:05 +1000
commit33a73fcba26aaf7f34f8c151a48677e30d7fc0a2 (patch)
treeca747b416bffdc7c1297372c969bfd967306cfa8 /microbench
parentab300d4b18da8410bbbd31c1782f27aa9f2fe6c0 (diff)
downloadflac-33a73fcba26aaf7f34f8c151a48677e30d7fc0a2.tar.gz
microbench: remove duplicate define
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
Diffstat (limited to 'microbench')
-rw-r--r--microbench/util.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/microbench/util.c b/microbench/util.c
index 0486590a..94d85030 100644
--- a/microbench/util.c
+++ b/microbench/util.c
@@ -97,8 +97,6 @@ benchmark_function (void (*testfunc) (void), unsigned count)
#else
-#define _GNU_SOURCE
-
#include <time.h>
#include <sys/time.h>