summaryrefslogtreecommitdiff
path: root/cli/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/cli.rs')
-rw-r--r--cli/cli.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/cli/cli.rs b/cli/cli.rs
index 42b2b29f8..e5b39c558 100644
--- a/cli/cli.rs
+++ b/cli/cli.rs
@@ -14,11 +14,6 @@ use deno_core::StartupData;
use std::sync::atomic::Ordering;
use std::sync::Arc;
-// Buf represents a byte array returned from a "Op". The message might be empty
-// (which will be translated into a null object on the javascript side) or it is
-// a heap allocated opaque sequence of bytes. Usually a flatbuffer message.
-pub type Buf = Box<[u8]>;
-
/// Implements deno_core::Behavior for the main Deno command-line.
pub struct Cli {
startup_data: Option<StartupData>,