summaryrefslogtreecommitdiff
path: root/src/stubs/gettime.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stubs/gettime.c')
-rw-r--r--src/stubs/gettime.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/stubs/gettime.c b/src/stubs/gettime.c
deleted file mode 100644
index 1b20f62..0000000
--- a/src/stubs/gettime.c
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-#include "stubs.h"
-
-#ifdef __SUNPRO_C
-#pragma weak GetTimeInMillis
-#endif
-
-weak unsigned long
-GetTimeInMillis (void)
-{
- OVERRIDE_SYMBOL(GetTimeInMillis);
- return 0;
-}