summaryrefslogtreecommitdiff
path: root/otherlibs/unix/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/time.c')
-rw-r--r--otherlibs/unix/time.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/otherlibs/unix/time.c b/otherlibs/unix/time.c
deleted file mode 100644
index 5cf811b472..0000000000
--- a/otherlibs/unix/time.c
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <mlvalues.h>
-#include "unix.h"
-
-extern long time();
-
-value unix_time() /* ML */
-{
- return Val_long(time((long *) NULL));
-}