summaryrefslogtreecommitdiff
path: root/runtime/ops
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ops')
-rw-r--r--runtime/ops/tty.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/ops/tty.rs b/runtime/ops/tty.rs
index 07c636e99..f8dae1d26 100644
--- a/runtime/ops/tty.rs
+++ b/runtime/ops/tty.rs
@@ -53,8 +53,6 @@ fn op_stdin_set_raw(
is_raw: bool,
cbreak: bool,
) -> Result<(), AnyError> {
- super::check_unstable(state, "Deno.stdin.setRaw");
-
let rid = 0; // stdin is always rid=0
// From https://github.com/kkawakam/rustyline/blob/master/src/tty/windows.rs