Skip to content

Commit fedd760

Browse files
committed
Move metadata handle name function upstream to podio
Where it belongs
1 parent 5d15e02 commit fedd760

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

k4FWCore/include/k4FWCore/MetaDataHandle.h

-8
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@
1111

1212
#include <type_traits>
1313

14-
namespace k4FWCore {
15-
16-
static std::string metaDataHandleDescriptor(const std::string& collectionName, const std::string& key) {
17-
return collectionName + "__" + key;
18-
}
19-
20-
} // namespace k4FWCore
21-
2214
template <typename T> class MetaDataHandle {
2315
public:
2416
MetaDataHandle();

0 commit comments

Comments
 (0)