]> pd.if.org Git - pdclib/blobdiff - opt/notime/timespec_get.c
Moved notime and mincoll from opt/ to functions/.
[pdclib] / opt / notime / timespec_get.c
diff --git a/opt/notime/timespec_get.c b/opt/notime/timespec_get.c
deleted file mode 100644 (file)
index 04acf61..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#include <time.h>
-#ifndef REGTEST
-
-int timespec_get( struct timespec *ts, int base )
-{
-    return 0;
-}
-#endif
-
-#ifdef TEST
-#include "_PDCLIB_test.h"
-
-int main( void )
-{
-    return TEST_RESULTS;
-}
-
-#endif