Drop obsolete comment

This commit is contained in:
Richard Feldman 2020-08-10 19:27:02 -04:00 committed by GitHub
parent 80b6781b19
commit 1e7b3de2c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -567,7 +567,6 @@ impl<'a> Context<'a> {
b b
} }
// TODO should not be pub
fn visit_stmt(&self, stmt: &'a Stmt<'a>) -> (&'a Stmt<'a>, LiveVarSet) { fn visit_stmt(&self, stmt: &'a Stmt<'a>) -> (&'a Stmt<'a>, LiveVarSet) {
use Stmt::*; use Stmt::*;