From 18e9f4642cc9ff598105a0d51263e307949c0423 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 11 May 2023 12:04:27 -0400 Subject: fix(lsp): hard to soft error when unable to get completion info (#19091) --- runtime/ops/process.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/ops') 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; -- cgit v1.2.3