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

@@ -25,7 +25,4 @@ pub trait PluginFunction {
/// Is this plugin function a method?
fn is_method_call(&self) -> bool;
/// Is this plugin function variadic?
fn is_variadic(&self) -> bool;
}