rm review comment

This commit is contained in:
Mark McCaskey
2019-04-05 12:11:40 -07:00
parent 9af1206b62
commit 516b932a71

View File

@ -125,7 +125,6 @@ pub struct EmscriptenData<'a> {
pub dyn_call_vijiii: Option<Func<'a, (i32, i32, i32, i32, i32, i32, i32)>>,
pub dyn_call_vijj: Option<Func<'a, (i32, i32, i32, i32, i32, i32)>>,
pub dyn_call_viidii: Option<Func<'a, (i32, i32, i32, f64, i32, i32)>>,
// REVIEW: is this okay?
pub temp_ret_0: i32,
}