Skip to content

Commit

Permalink
DPL: do not deserialise metadata unless requested
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed Oct 9, 2024
1 parent 888fe18 commit 0442605
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Framework/Core/src/DataRefUtils.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ void* DataRefUtils::decodeCCDB(DataRef const& ref, std::type_info const& tinfo)
return nullptr;
}

extractCCDBHeaders(ref);

TClass* tcl = TClass::GetClass(tinfo);
result = extractFromTFile(memFile, tcl, "ccdb_object");
if (!result) {
Expand Down

0 comments on commit 0442605

Please sign in to comment.