Skip to content
Snippets Groups Projects
Commit 45b59d23 authored by Scott Snyder's avatar Scott Snyder Committed by scott snyder
Browse files

xAODRootAccess: Remove DataBucketBase::clone().

DataBucketBase::clone() doesn't appear to be used anywhere.
parent 40b7e57f
No related merge requests found
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
*/
// $Id: TEventProxyDict.cxx 796514 2017-02-10 04:33:07Z ssnyder $
......@@ -113,12 +113,6 @@ namespace xAODPrivate {
return const_cast< void* >( result );
}
/// Clone the current bucket
DataBucketBase* clone() const override {
return new THolderBucket( m_key, m_ti, m_event );
}
/// Give up ownership of the bucket's contents. A no-op.
void relinquish() override {}
/// Lock the held object. A no-op.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment