summaryrefslogtreecommitdiff
path: root/src/eval/methods.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/eval/methods.rs')
-rw-r--r--src/eval/methods.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/eval/methods.rs b/src/eval/methods.rs
index 363474fb..88f173c7 100644
--- a/src/eval/methods.rs
+++ b/src/eval/methods.rs
@@ -89,7 +89,6 @@ pub fn call(
/// Call a mutating method on a value.
pub fn call_mut(
- _: &mut Context,
value: &mut Value,
method: &str,
mut args: Args,