summaryrefslogtreecommitdiff
path: root/src/time/CLOCKS_PER_SEC.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/time/CLOCKS_PER_SEC.c')
-rw-r--r--src/time/CLOCKS_PER_SEC.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/time/CLOCKS_PER_SEC.c b/src/time/CLOCKS_PER_SEC.c
deleted file mode 100644
index e8e8350d..00000000
--- a/src/time/CLOCKS_PER_SEC.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#define CLOCKS_PER_SEC ((clock_t)1000000)
-
-/** clock ticks per second **/
-
-/***
-is the number of clock ticks per second returned by FUNCTION(clock).
-***/
-
-/*
-STDC(1)
-*/