Remove libsolc crate

This commit is contained in:
Sebastian Miasojed
2024-11-18 11:07:45 +01:00
parent cece20deb1
commit 87dd77b784
3 changed files with 4 additions and 78 deletions
-2
View File
@@ -48,8 +48,6 @@ pub use self::solc::version::Version as SolcVersion;
pub use self::solc::Compiler;
pub use self::version::Version as ResolcVersion;
pub use self::warning::Warning;
#[cfg(target_os = "emscripten")]
pub mod libsolc;
#[cfg(not(target_os = "emscripten"))]
pub mod test_utils;
pub mod tests;