From dba1f68b1d8ca65784b6e37840c1232488649cc1 Mon Sep 17 00:00:00 2001 From: Mate Soos Date: Fri, 27 Sep 2024 18:53:30 +0200 Subject: [PATCH] I don't think we need this define --- src/main.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index e85b3079c..1dbc5c37c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -20,14 +20,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#if defined(__GNUC__) && defined(__linux__) - -#ifndef _GNU_SOURCE -#define _GNU_SOURCE -#endif - -#endif - #define DEBUG_DIMACSPARSER_CMS #include