summaryrefslogtreecommitdiff
path: root/src/time/clock_t.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/time/clock_t.c')
-rw-r--r--src/time/clock_t.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/time/clock_t.c b/src/time/clock_t.c
deleted file mode 100644
index d6e5d966..00000000
--- a/src/time/clock_t.c
+++ /dev/null
@@ -1,13 +0,0 @@
-typedef long int
- clock_t;
-
-/** clock ticks **/
-
-/***
-is an arithmetic type representing clock ticks.
-***/
-
-/*
-DEFINED_TYPE(an arithmetic type)
-STDC(1)
-*/