summaryrefslogtreecommitdiffstats
path: root/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'match.c')
-rw-r--r--match.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/match.c b/match.c
index 180eee87..0a819841 100644
--- a/match.c
+++ b/match.c
@@ -4410,7 +4410,6 @@ void match_reg_var(val sym)
{
if (bindable(sym) && !uw_tentative_def_exists(sym)) {
val tag = cons(var_s, sym);
- uw_purge_deferred_warning(tag);
uw_register_tentative_def(tag);
}
}