summaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c
index cfcec9bac0..ad02c2c965 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -3859,7 +3859,6 @@ eval8(
{
where_T where = WHERE_INIT;
- where.wt_variable = TRUE;
res = check_type(want_type, actual, TRUE, where);
}
}