summaryrefslogtreecommitdiff
path: root/xen/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'xen/time.c')
-rw-r--r--xen/time.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/xen/time.c b/xen/time.c
index 5cddd8fa..a11e7eb4 100644
--- a/xen/time.c
+++ b/xen/time.c
@@ -116,11 +116,6 @@ readtodc(tp)
unsigned64_t t = hyp_get_time();
u_int n = t / 1000000000;
-#ifndef MACH_KERNEL
- n += tz.tz_minuteswest * 60;
- if (tz.tz_dsttime)
- n -= 3600;
-#endif /* MACH_KERNEL */
*tp = n;
return(0);