diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-08-14 19:54:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-14 19:54:35 -0400 |
commit | 498f6ad431478f655b136782093e19e29248b24d (patch) | |
tree | f1a39982a1a372422ea93b1c9bd7298fe9a1e838 /cli/main.rs | |
parent | e6c349af9f7260c2c4ec713bd231fe554240721e (diff) |
Remove dead code: legacy read/write ops (#2776)
readSync and writeSync use dispatch_minimal now.
Diffstat (limited to 'cli/main.rs')
-rw-r--r-- | cli/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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; |