diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2023-09-08 21:45:45 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2023-09-08 21:45:45 +0200 |
commit | 2a8040a71558bcf3167ddcc65b3d40a47e69d424 (patch) | |
tree | 1a0e7ded777af7ca6b18274bf699eade92da79ed | |
parent | 77f0cafbd0edfe88cf792c549843986f1c4b5857 (diff) | |
download | kit-2a8040a71558bcf3167ddcc65b3d40a47e69d424.zip |
Redundant _GNU_SOURCE
-rw-r--r-- | source/kit/kit_test.h | 4 |
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 |