From 2a8040a71558bcf3167ddcc65b3d40a47e69d424 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Fri, 8 Sep 2023 21:45:45 +0200 Subject: Redundant _GNU_SOURCE --- source/kit/kit_test.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source') 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 # ifndef TIME_UTC -- cgit v1.2.3