mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
remove TODO tags
This commit is contained in:
parent
ab060a95b8
commit
e1b9699272
3 changed files with 0 additions and 18 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue