diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-03 10:33:17 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-03 10:33:17 -0700 |
commit | c027f09219b56aec206c63e981209b6423a5a9a5 (patch) | |
tree | a66fa5ee2ccb0ff212921057e5499ff0c861fde4 /cpp/027space | |
parent | 3ae7e543047fe4351a5421519de277052a2bc240 (diff) | |
download | mu-c027f09219b56aec206c63e981209b6423a5a9a5.tar.gz |
1007
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; |