From b291ef3bce9894be87f7e78e27f4aa1033fead99 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Mon, 10 Nov 2025 21:07:44 -0500 Subject: [PATCH] Remove Str.concat placeholder --- src/build/roc/Builtin.roc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/build/roc/Builtin.roc b/src/build/roc/Builtin.roc index 91c0b98684..c550332013 100644 --- a/src/build/roc/Builtin.roc +++ b/src/build/roc/Builtin.roc @@ -4,8 +4,6 @@ Builtin := [].{ contains : Str, Str -> Bool contains = |_str, _other| True - - concat : Str, Str -> Str } List := [ProvidedByCompiler].{