summaryrefslogtreecommitdiff
path: root/runtime/ops/process.rs
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ops/process.rs')
-rw-r--r--runtime/ops/process.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/ops/process.rs b/runtime/ops/process.rs
index 76db23d02..a2eace8b6 100644
--- a/runtime/ops/process.rs
+++ b/runtime/ops/process.rs
@@ -597,7 +597,6 @@ mod deprecated {
#[cfg(not(unix))]
pub fn kill(pid: i32, signal: &str) -> Result<(), AnyError> {
- use deno_core::error::type_error;
use std::io::Error;
use std::io::ErrorKind::NotFound;
use winapi::shared::minwindef::DWORD;