summaryrefslogtreecommitdiff
path: root/cli/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/build.rs')
-rw-r--r--cli/build.rs12
1 files changed, 0 insertions, 12 deletions
diff --git a/cli/build.rs b/cli/build.rs
index 804f1d838..c3fa9fb48 100644
--- a/cli/build.rs
+++ b/cli/build.rs
@@ -178,16 +178,6 @@ mod ts {
}
#[op]
- fn op_cwd() -> String {
- "cache:///".into()
- }
-
- #[op]
- fn op_exists() -> bool {
- false
- }
-
- #[op]
fn op_is_node_file() -> bool {
false
}
@@ -254,8 +244,6 @@ mod ts {
let tsc_extension = Extension::builder("deno_tsc")
.ops(vec![
op_build_info::decl(),
- op_cwd::decl(),
- op_exists::decl(),
op_is_node_file::decl(),
op_load::decl(),
op_script_version::decl(),