summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/src/time.c')
-rw-r--r--c/src/exec/posix/src/time.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/c/src/exec/posix/src/time.c b/c/src/exec/posix/src/time.c
index 24642c8757..3ccf36c188 100644
--- a/c/src/exec/posix/src/time.c
+++ b/c/src/exec/posix/src/time.c
@@ -57,7 +57,6 @@ time_t time(
return seconds_since_epoch;
}
-#ifdef NOT_IMPLEMENTED_YET
/*
* 14.2.1 Clocks, P1003.1b-1993, p. 263
*/
@@ -202,5 +201,3 @@ int clock_getenable_attr(
{
return POSIX_NOT_IMPLEMENTED();
}
-
-#endif