oops, backout part which wasn't supposed to go in

This commit is contained in:
pooka 2007-11-07 12:11:30 +00:00
parent 0a587be2cb
commit ae80a527f0
1 changed files with 1 additions and 13 deletions

View File

@ -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)
{
}