remove [X]CLOCKS_PER_SEC

This commit is contained in:
Steffen Jaeckel
2017-02-23 23:37:53 +01:00
committed by Karel Miko
parent 979e9a9d15
commit ecb2402ba8
2 changed files with 1 additions and 9 deletions
-3
View File
@@ -34,9 +34,6 @@
#ifndef XCLOCK
#define XCLOCK clock
#endif
#ifndef XCLOCKS_PER_SEC
#define XCLOCKS_PER_SEC CLOCKS_PER_SEC
#endif
#ifndef XQSORT
#define XQSORT qsort