remove TODO tags

This commit is contained in:
Dan Knutson 2021-10-24 23:01:31 -05:00
parent ab060a95b8
commit e1b9699272
3 changed files with 0 additions and 18 deletions

View file

@ -1239,7 +1239,6 @@ fn str_split(symbol: Symbol, var_store: &mut VarStore) -> Def {
/// Str.trim : Str -> Str
fn str_trim(symbol: Symbol, var_store: &mut VarStore) -> Def {
// TODO GIESCH understand when/why this can be reused
let str_var = var_store.fresh();
let body = RunLowLevel {