File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -2056,6 +2056,7 @@ void handler::SetHostTask(std::function<void(interop_handle)> &&Func) {
20562056}
20572057
20582058void handler::addAccessorReq (detail::AccessorImplPtr Accessor) {
2059+ #if 0
20592060 // Constructor of accessors add them to MRequirements and MAccStorage
20602061 // of the associated handler, so do not add duplicates if use same
20612062 // handler as during construction.
@@ -2068,6 +2069,7 @@ void handler::addAccessorReq(detail::AccessorImplPtr Accessor) {
20682069 impl->CGData.MRequirements.push_back(Accessor.get());
20692070 // Store copy of the accessor.
20702071 impl->CGData.MAccStorage.push_back(std::move(Accessor));
2072+ #endif
20712073}
20722074
20732075void handler::addLifetimeSharedPtrStorage (std::shared_ptr<const void > SPtr) {
You can’t perform that action at this time.
0 commit comments