oops, backout part which wasn't supposed to go in
This commit is contained in:
parent
0a587be2cb
commit
ae80a527f0
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: rump.c,v 1.16 2007/11/07 12:08:45 pooka Exp $ */
|
||||
/* $NetBSD: rump.c,v 1.17 2007/11/07 12:11:30 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Antti Kantee. All Rights Reserved.
|
||||
|
@ -561,15 +561,3 @@ rump_biodone(void *arg, size_t count, int error)
|
|||
bp->b_error = error;
|
||||
biodone(bp);
|
||||
}
|
||||
|
||||
int
|
||||
rump_splfoo()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void
|
||||
rump_splx(int dummy)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue