aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/sparc64/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sparc64/sparc64/clock.c')
-rw-r--r--sys/sparc64/sparc64/clock.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/sparc64/sparc64/clock.c b/sys/sparc64/sparc64/clock.c
index 37341fd3ba43..a73ed3517444 100644
--- a/sys/sparc64/sparc64/clock.c
+++ b/sys/sparc64/sparc64/clock.c
@@ -56,12 +56,3 @@ void
cpu_stopprofclock(void)
{
}
-
-int
-sysbeep(int pitch, int period)
-{
- /*
- * XXX: function exists to enable RAID drivers to compile at the moment.
- */
- return (0);
-}