Remove builtin.rs

This commit is contained in:
Stephen Chung 2020-04-22 19:28:00 +08:00
parent e8c0adb90d
commit ef9d870a82
2 changed files with 0 additions and 1211 deletions

File diff suppressed because it is too large Load Diff

View File

@ -71,7 +71,6 @@ extern crate alloc;
mod any;
mod api;
//mod builtin;
mod engine;
mod error;
mod fn_call;