From 115cc1e6ae00cfd9283c1549060892e0c00dcbc4 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Thu, 27 Oct 2022 07:58:27 -0700 Subject: Revert "perf(core): generate inlined wrappers for async ops (#16428)" (#16443) --- core/extensions.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'core/extensions.rs') diff --git a/core/extensions.rs b/core/extensions.rs index 7b9ab5908..846770d1f 100644 --- a/core/extensions.rs +++ b/core/extensions.rs @@ -16,9 +16,6 @@ pub struct OpDecl { pub enabled: bool, pub is_async: bool, pub is_unstable: bool, - /// V8 argument count. Used as an optimization - /// hint by `core.initalizeAsyncOps`. - pub argc: usize, pub is_v8: bool, pub fast_fn: Option>, } -- cgit v1.2.3