Remove dead code.

This commit is contained in:
alc 2004-09-01 19:58:37 +00:00
parent c689b7bc69
commit 66756569f6

View File

@ -120,8 +120,6 @@ sbrk(td, uap)
struct sbrk_args *uap;
{
/* Not yet implemented */
/* mtx_lock(&Giant); */
/* mtx_unlock(&Giant); */
return (EOPNOTSUPP);
}
@ -141,8 +139,6 @@ sstk(td, uap)
struct sstk_args *uap;
{
/* Not yet implemented */
/* mtx_lock(&Giant); */
/* mtx_unlock(&Giant); */
return (EOPNOTSUPP);
}