Cleanup various FIXMEs and remove protect_unix.

This commit is contained in:
losfair
2020-02-18 02:35:19 +08:00
parent a21cf6d4c3
commit ed826cb389
3 changed files with 31 additions and 90 deletions

View File

@ -40,7 +40,6 @@ extern crate smallvec;
mod codegen_x64;
mod emitter_x64;
mod machine;
pub mod protect_unix;
#[cfg(target_arch = "aarch64")]
mod translator_aarch64;