Don't externalize setTempRet0

It is not longer needed, as we stopped to do legalization for JS FFI.
This commit is contained in:
Sergey Pepyakin
2017-11-09 17:36:13 +03:00
parent 9edf1cb467
commit d2c1d92e2b
3 changed files with 6 additions and 8 deletions

View File

@ -6,7 +6,6 @@ extern crate byteorder;
pub static CREATE_SYMBOL: &'static str = "_create";
pub static CALL_SYMBOL: &'static str = "_call";
pub static SET_TEMP_RET_SYMBOL: &'static str = "setTempRet0";
pub mod rules;