diff options
Diffstat (limited to 'core/lib.rs')
-rw-r--r-- | core/lib.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/lib.rs b/core/lib.rs index 9a960e93a..1042bf55c 100644 --- a/core/lib.rs +++ b/core/lib.rs @@ -147,11 +147,6 @@ pub mod _ops { pub use super::runtime::V8_WRAPPER_TYPE_INDEX; } -pub(crate) mod deno_core { - pub(crate) use crate::_ops; - pub(crate) use crate::v8; -} - // TODO(mmastrac): Temporary while we move code around pub mod snapshot_util { pub use crate::runtime::create_snapshot; |