Remove fields and parameters under no_function.

This commit is contained in:
Stephen Chung
2021-11-29 09:43:35 +08:00
parent a3e79c0bd0
commit 95dc2ad502
14 changed files with 191 additions and 105 deletions

View File

@@ -3264,6 +3264,7 @@ impl Engine {
self,
_scope,
statements,
#[cfg(not(feature = "no_function"))]
StaticVec::new_const(),
optimization_level,
));
@@ -3351,6 +3352,7 @@ impl Engine {
self,
_scope,
statements,
#[cfg(not(feature = "no_function"))]
_lib,
optimization_level,
));