summaryrefslogtreecommitdiff
path: root/runtime/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/lib.rs')
-rw-r--r--runtime/lib.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/lib.rs b/runtime/lib.rs
index b30f10bd1..1606e9dfe 100644
--- a/runtime/lib.rs
+++ b/runtime/lib.rs
@@ -2,11 +2,6 @@
#![deny(warnings)]
-#[macro_use]
-extern crate lazy_static;
-#[macro_use]
-extern crate log;
-
pub use deno_console;
pub use deno_crypto;
pub use deno_fetch;