remove memory symbol from export

This commit is contained in:
NikVolf
2018-02-04 22:12:34 +03:00
parent 4860b2f9a8
commit d217c1eae0
2 changed files with 2 additions and 3 deletions

View File

@ -6,7 +6,6 @@ extern crate byteorder;
pub static CREATE_SYMBOL: &'static str = "deploy";
pub static CALL_SYMBOL: &'static str = "call";
pub static MEMORY_SYMBOL: &'static str = "memory";
pub mod rules;