Skip to content

IOVDbSvc: remove deprecated getKeyInfo method

Frank Winklmeier requested to merge fwinkl/athena:keyinfo_remove into master

Remove the old multi-argument IIOVDbSvc::getKeyInfo method in favor of the new

getKeyInfo(const std::string& key, IIOVDbSvc::KeyInfo& info)

Migrate the last client and delete the old method.

Merge request reports