From 85b57706cd8138c99dcf423530de1c99ea74720a Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 4 Jul 2012 11:40:33 +0200 Subject: [PATCH] Remove useless defines. --- src/mc/mc_memory.c | 3 --- src/mc/memory_map.c | 1 - 2 files changed, 4 deletions(-) diff --git a/src/mc/mc_memory.c b/src/mc/mc_memory.c index 1950729fcc..f275b3a036 100644 --- a/src/mc/mc_memory.c +++ b/src/mc/mc_memory.c @@ -8,9 +8,6 @@ #include "mc/mc.h" #include "mc_private.h" #include "xbt/log.h" -#define _GNU_SOURCE - - XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_memory, mc, "Logging specific to MC (memory)"); diff --git a/src/mc/memory_map.c b/src/mc/memory_map.c index f3c410a5bf..97f8bb81e9 100644 --- a/src/mc/memory_map.c +++ b/src/mc/memory_map.c @@ -3,7 +3,6 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#define _GNU_SOURCE #include "mc_private.h" #include -- 2.20.1