Address PR comments
This commit is contained in:
committed by
Patrick Niklaus
parent
c2532b1589
commit
c7daa521ad
@@ -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]; }
|
||||
|
||||
Reference in New Issue
Block a user