summaryrefslogtreecommitdiff
path: root/runtime/js
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/js')
-rw-r--r--runtime/js/40_fs_events.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/runtime/js/40_fs_events.js b/runtime/js/40_fs_events.js
index d7aa5de05..a0495540c 100644
--- a/runtime/js/40_fs_events.js
+++ b/runtime/js/40_fs_events.js
@@ -31,15 +31,6 @@ class FsWatcher {
this.#rid = op_fs_events_open({ recursive, paths });
}
- get rid() {
- internals.warnOnDeprecatedApi(
- "Deno.FsWatcher.rid",
- new Error().stack,
- "Use `Deno.FsWatcher` instance methods instead.",
- );
- return this.#rid;
- }
-
unref() {
core.unrefOpPromise(this.#promise);
}