From 498f6ad431478f655b136782093e19e29248b24d Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 14 Aug 2019 19:54:35 -0400 Subject: Remove dead code: legacy read/write ops (#2776) readSync and writeSync use dispatch_minimal now. --- cli/main.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'cli/main.rs') diff --git a/cli/main.rs b/cli/main.rs index 52d08ea9e..020ace5a3 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -21,7 +21,6 @@ pub mod deno_dir; pub mod deno_error; pub mod diagnostics; mod disk_cache; -mod dispatch_minimal; mod file_fetcher; pub mod flags; pub mod fmt_errors; -- cgit v1.2.3