Address PR comments

This commit is contained in:
Patrick Niklaus
2018-04-05 11:24:52 +00:00
committed by Patrick Niklaus
parent c2532b1589
commit c7daa521ad
3 changed files with 17 additions and 15 deletions
-2
View File
@@ -232,8 +232,6 @@ struct SharedRegionRegister
}
}
void Deregister(const RegionID key) { regions[key] = SharedRegion{}; }
const auto &GetRegion(const RegionID key) const { return regions[key]; }
auto &GetRegion(const RegionID key) { return regions[key]; }