rm REVIEW comments

This commit is contained in:
Mark McCaskey
2019-03-25 10:16:43 -07:00
parent c522c6d1e3
commit e56dfe70c7
2 changed files with 0 additions and 3 deletions

View File

@ -37,7 +37,6 @@ pub fn getprotobynumber(_ctx: &mut Ctx, _one: i32) -> i32 {
0
}
// REVIEW: does this belong here?
/// getpwuid
pub fn getpwuid(_ctx: &mut Ctx, _uid: i32) -> i32 {
debug!("emscripten::getpwuid");