Drop obsolete comment

This commit is contained in:
Richard Feldman 2020-02-29 02:30:52 -05:00
parent 15092e7424
commit 5615a26569

View file

@ -9,7 +9,6 @@ use roc_region::all::{Located, Region};
/// Problems that can occur in the course of canonicalization.
#[derive(Clone, Debug, PartialEq)]
pub enum Problem {
// TODO use Symbol over Ident with these
UnusedDef(Symbol, Region),
UnusedImport(ModuleId, Region),
UnusedArgument(Symbol, Region),