Remove extraneous exposure of uint64 memory

No longer needed!
This commit is contained in:
Alex Crichton
2018-07-04 08:34:19 -07:00
parent 67b9ce58aa
commit 000970ee2c

View File

@ -956,7 +956,6 @@ impl<'a> Context<'a> {
return Ok(());
}
self.require_internal_export("__wbindgen_malloc")?;
self.expose_uint64_memory();
self.global(&format!(
"
function {}(arg) {{