summaryrefslogtreecommitdiff
path: root/libgo/runtime/go-now.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/runtime/go-now.c')
-rw-r--r--libgo/runtime/go-now.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/libgo/runtime/go-now.c b/libgo/runtime/go-now.c
index 73cc1602df..ea8d070e9f 100644
--- a/libgo/runtime/go-now.c
+++ b/libgo/runtime/go-now.c
@@ -11,16 +11,6 @@
// Return current time. This is the implementation of time.now().
struct time_now_ret
-{
- int64_t sec;
- int32_t nsec;
-};
-
-struct time_now_ret now()
- __asm__ (GOSYM_PREFIX "time.now")
- __attribute__ ((no_split_stack));
-
-struct time_now_ret
now()
{
struct timeval tv;