summaryrefslogtreecommitdiff
path: root/ops/lib.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-03-18 10:59:51 -0400
committerGitHub <noreply@github.com>2023-03-18 14:59:51 +0000
commitd11e89127d723d84afe6e5603b731c014a54f9da (patch)
tree06dbfe0b8d8eb965e477472cff223a8d335c50ad /ops/lib.rs
parent8af0c8351935ea7c6c0441055d5164908322c9d6 (diff)
Revert "perf(core): preserve ops between snapshots (#18080)" (#18267)
This reverts commit 4b6305f4f25fc76f974bbdcc9cdb139d5ab8f5f4.
Diffstat (limited to 'ops/lib.rs')
-rw-r--r--ops/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/ops/lib.rs b/ops/lib.rs
index d5f24c0d0..f7c69ec8a 100644
--- a/ops/lib.rs
+++ b/ops/lib.rs
@@ -145,7 +145,6 @@ impl Op {
is_async: #is_async,
is_unstable: #is_unstable,
is_v8: #is_v8,
- force_registration: false,
}
}
@@ -202,7 +201,6 @@ impl Op {
is_async: #is_async,
is_unstable: #is_unstable,
is_v8: #is_v8,
- force_registration: false,
}
}