Remove needless return

Found by:       FlexeLint
This commit is contained in:
Poul-Henning Kamp 2003-05-31 20:16:44 +00:00
parent 4fe77d64a0
commit 90471005e1

View File

@ -1105,7 +1105,6 @@ fdalloc(td, want, result)
FILEDESC_LOCK(fdp);
}
}
return (0);
}
/*