about summary refs log tree commit diff stats
path: root/040brace.cc
diff options
context:
space:
mode:
Diffstat (limited to '040brace.cc')
-rw-r--r--040brace.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/040brace.cc b/040brace.cc
index 873c604c..6458e8ef 100644
--- a/040brace.cc
+++ b/040brace.cc
@@ -115,7 +115,6 @@ void transform_braces(const recipe_ordinal r) {
     // if implicit, compute target
     reagent target;
     target.type = new type_tree("offset", get(Type_ordinal, "offset"));
-    target.properties.at(0).second = new string_tree("offset");
     target.set_value(0);
     if (open_braces.empty())
       raise_error << inst.old_name << " needs a '{' before\n" << end();