diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-06-12 17:47:09 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-06-12 17:47:09 +0000 |
commit | 2fa11d88a43ac203a7c0945e83f05d91604871c0 (patch) | |
tree | f94ca8ca5892ff7c394f85f4c180cac947e96b42 /sys/arch/hppa/dev/clock.c | |
parent | 2c1650f176a602f538e717ce528a6ba47f77019d (diff) |
microtime() is moving to locore.S
Diffstat (limited to 'sys/arch/hppa/dev/clock.c')
-rw-r--r-- | sys/arch/hppa/dev/clock.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/sys/arch/hppa/dev/clock.c b/sys/arch/hppa/dev/clock.c index a05068354ce..a124e70f83f 100644 --- a/sys/arch/hppa/dev/clock.c +++ b/sys/arch/hppa/dev/clock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clock.c,v 1.2 1999/02/07 20:24:51 mickey Exp $ */ +/* $OpenBSD: clock.c,v 1.3 1999/06/12 17:47:08 mickey Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -49,16 +49,6 @@ struct timeval time; void startrtclock __P((void)); -/* - * Return the best possible estimate of the current time. - */ -void -microtime(tvp) - struct timeval *tvp; -{ - -} - void cpu_initclocks() { |