diff --git a/snippets/v2/go/mutations.kdl b/snippets/v2/go/mutations.kdl index 2e399e1..e8c1af4 100644 --- a/snippets/v2/go/mutations.kdl +++ b/snippets/v2/go/mutations.kdl @@ -12,14 +12,3 @@ mutation { literal "))" } } - -mutation { - expression """ - ((interpreted_string_literal_content) @str - (#eq? @str "/home/h/signal/softiee") - ) @root - """ - substitute { - literal "/home/softiee/signal/h" - } -}