Remove PluginFunction::is_variadic.

This commit is contained in:
Stephen Chung
2021-05-29 18:32:34 +08:00
parent b5ed841ee7
commit 5f36f1a28c
6 changed files with 3 additions and 37 deletions

View File

@@ -845,7 +845,6 @@ impl ExportedFn {
}
#[inline(always)] fn is_method_call(&self) -> bool { #is_method_call }
#[inline(always)] fn is_variadic(&self) -> bool { false }
}
}
}