Skip to content

StoreGate: Remove redundant lock.

Scott Snyder requested to merge ssnyder/athena:lock.StoreGate-20220331 into master

We don't actually need a lock in SGImplSvc::proxy(const void* const) --- the lock in the T2pmap is sufficient. We were seeing contention here, so try removing it.

Merge request reports