From ffe27c060f990855d046a1cfb8692b5069cf227d Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 24 Aug 2013 06:25:52 +0000 Subject: [PATCH] rusage APPLE defines not necessary anymore --- Common/OS.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Common/OS.cpp b/Common/OS.cpp index 44c5bdd931..2f2e4b9bae 100644 --- a/Common/OS.cpp +++ b/Common/OS.cpp @@ -34,11 +34,6 @@ #include <fstream> #endif -#if defined(__APPLE__) -#define RUSAGE_SELF 0 -#define RUSAGE_CHILDREN -1 -#endif - #include "GmshMessage.h" #if defined(WIN32) && !defined(__CYGWIN__) -- GitLab