diff options
Diffstat (limited to 'ops/lib.rs')
-rw-r--r-- | ops/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ops/lib.rs b/ops/lib.rs index d4fa0bb82..d7c8b0640 100644 --- a/ops/lib.rs +++ b/ops/lib.rs @@ -143,7 +143,6 @@ impl Op { is_async: #is_async, is_unstable: #is_unstable, is_v8: #is_v8, - force_registration: false, // TODO(mmastrac) arg_count: 0, } @@ -206,7 +205,6 @@ impl Op { is_async: #is_async, is_unstable: #is_unstable, is_v8: #is_v8, - force_registration: false, arg_count: #arg_count as u8, } } |