fix oversights

This commit is contained in:
Folkert 2021-01-28 15:32:22 +01:00
parent 74e94869e3
commit 55eff1dba1
10 changed files with 87 additions and 128 deletions

View file

@ -410,9 +410,6 @@ where
self.set_last_seen(sym, stmt);
self.scan_ast(following);
}
Stmt::Info(_, following) => {
self.scan_ast(following);
}
Stmt::Join {
parameters,
continuation,