diff options
Diffstat (limited to 'cpp/027space')
-rw-r--r-- | cpp/027space | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/027space b/cpp/027space index 11eb36c5..07ac5aa6 100644 --- a/cpp/027space +++ b/cpp/027space @@ -29,8 +29,6 @@ reagent absolutize(reagent x) { reagent r = x; r.set_value(address(r.value, space(r))); //? cout << "after absolutize: " << r.value << '\n'; //? 1 - if (r.properties.empty()) - r.properties.push_back(pair<string, vector<string> >("", vector<string>())); r.properties.push_back(pair<string, vector<string> >("raw", vector<string>())); assert(is_raw(r)); return r; |