Skip to content

Remove ActiveStoreSvc

Beojan Stanislaus requested to merge bstanisl/athena:remove-activestore into master

Removed ActiveStoreSvc and replaced with a thread_local current store.

The current store is set with store->makeCurrent() and retrieved with StoreGateSvc::currentStoreGate.

Edited by Beojan Stanislaus

Merge request reports