mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Drop obsolete comment
This commit is contained in:
parent
80b6781b19
commit
1e7b3de2c2
1 changed files with 0 additions and 1 deletions
|
@ -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::*;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue