remove unused constants
[libi2ncommon] / src / timefunc.cpp
index 6f4ffb5..26fbb23 100644 (file)
@@ -43,17 +43,6 @@ on this file might be covered by the GNU General Public License.
 #include <i18n.h>
 
 
-// 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)