summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2023-09-08 21:45:45 +0200
committerMitya Selivanov <automainint@guattari.tech>2023-09-08 21:45:45 +0200
commit2a8040a71558bcf3167ddcc65b3d40a47e69d424 (patch)
tree1a0e7ded777af7ca6b18274bf699eade92da79ed /source
parent77f0cafbd0edfe88cf792c549843986f1c4b5857 (diff)
downloadkit-2a8040a71558bcf3167ddcc65b3d40a47e69d424.zip
Redundant _GNU_SOURCE
Diffstat (limited to 'source')
-rw-r--r--source/kit/kit_test.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/kit/kit_test.h b/source/kit/kit_test.h
index 59f7edc..a6bf2ea 100644
--- a/source/kit/kit_test.h
+++ b/source/kit/kit_test.h
@@ -274,10 +274,6 @@ int kit_run_benchmarks(int argc, char **argv);
# ifndef KIT_TIME_H
# define KIT_TIME_H
-# ifndef _GNU_SOURCE
-# define _GNU_SOURCE
-# endif
-
# include <time.h>
# ifndef TIME_UTC