From: Philipp Gesang Date: Mon, 3 Feb 2020 14:40:37 +0000 (+0100) Subject: remove unused constants X-Git-Url: http://developer.intra2net.com/git/?p=libi2ncommon;a=commitdiff_plain;h=c86c06cc4e6a75cd7a4a7e77bad11d2efb0b83c8 remove unused constants These have been provided by glibc for ages and are no longer needed. --- diff --git a/src/timefunc.cpp b/src/timefunc.cpp index 6f4ffb5..26fbb23 100644 --- a/src/timefunc.cpp +++ b/src/timefunc.cpp @@ -43,17 +43,6 @@ on this file might be covered by the GNU General Public License. #include -// define missing POSIX.1b constants... - -#ifndef CLOCK_REALTIME -#define CLOCK_REALTIME 0 -#endif -#ifndef CLOCK_MONOTONIC -#define CLOCK_MONOTONIC 1 -#endif - - - using namespace std; double prec_time(void)