remove Expr::FunctionPointer

This commit is contained in:
Folkert 2021-05-15 21:29:10 +02:00
parent 3739f41cac
commit 16fe609464
5 changed files with 4 additions and 61 deletions

View file

@ -401,7 +401,6 @@ where
self.set_last_seen(*sym, stmt);
match expr {
Expr::Literal(_) => {}
Expr::FunctionPointer(sym, _) => self.set_last_seen(*sym, stmt),
Expr::Call(call) => self.scan_ast_call(call, stmt),