diff options
| author | oster <oster@NetBSD.org> | 1999-08-13 03:27:46 +0000 |
|---|---|---|
| committer | oster <oster@NetBSD.org> | 1999-08-13 03:27:46 +0000 |
| commit | 1aa6ce10417ac2ed7bb968b44c7d34f0f4a06a80 (patch) | |
| tree | 4bf92593d1e19b990f045b28ba41c7f0f419753b /sys/dev/raidframe | |
| parent | 02acd1910a9d51646f06de26ee86831c7b461dfc (diff) | |
Garbage collect rpcc().
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_netbsdkintf.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/dev/raidframe/rf_netbsdkintf.c b/sys/dev/raidframe/rf_netbsdkintf.c index 5f60e152ae6..e59a715713c 100644 --- a/sys/dev/raidframe/rf_netbsdkintf.c +++ b/sys/dev/raidframe/rf_netbsdkintf.c @@ -1,4 +1,4 @@ -/* $NetBSD: rf_netbsdkintf.c,v 1.24 1999/08/10 22:46:59 oster Exp $ */ +/* $NetBSD: rf_netbsdkintf.c,v 1.25 1999/08/13 03:27:46 oster Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. * All rights reserved. @@ -1816,14 +1816,6 @@ InitBP( } /* Extras... */ -unsigned int -rpcc() -{ - /* XXX no clue what this is supposed to do.. my guess is that it's - * supposed to read the CPU cycle counter... */ - /* db1_printf("this is supposed to do something useful too!??\n"); */ - return (0); -} #if 0 int rf_GetSpareTableFromDaemon(req) |
