Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Matthew Gignac
athena
Commits
40b7e57f
Commit
40b7e57f
authored
6 years ago
by
Scott Snyder
Committed by
scott snyder
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
StoreGateBindings: Remove DataBucketBase::clone().
DataBucketBase::clone() doesn't appear to be used anywhere.
parent
46f763a6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Control/StoreGateBindings/src/SgPyDataModel.cxx
+1
-11
1 addition, 11 deletions
Control/StoreGateBindings/src/SgPyDataModel.cxx
Control/StoreGateBindings/src/SgPyDataModel.h
+1
-7
1 addition, 7 deletions
Control/StoreGateBindings/src/SgPyDataModel.h
with
2 additions
and
18 deletions
Control/StoreGateBindings/src/SgPyDataModel.cxx
+
1
−
11
View file @
40b7e57f
/*
/*
Copyright (C) 2002-201
7
CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-201
8
CERN for the benefit of the ATLAS collaboration
*/
*/
...
@@ -145,16 +145,6 @@ namespace SG {
...
@@ -145,16 +145,6 @@ namespace SG {
return
0
;
return
0
;
}
}
PyDataBucket
*
PyDataBucket
::
clone
()
const
{
PyErr_SetString
(
PyExc_RuntimeError
,
"SG::PyDataBucket::clone() is not meant to be called (yet)"
);
std
::
abort
();
return
0
;
// new SG::PyDataBucket( m_type, copy<>(m_pyObj), m_clid );
}
void
PyDataBucket
::
lock
()
void
PyDataBucket
::
lock
()
{
{
RootUtils
::
PyGILStateEnsure
gil
;
RootUtils
::
PyGILStateEnsure
gil
;
...
...
This diff is collapsed.
Click to expand it.
Control/StoreGateBindings/src/SgPyDataModel.h
+
1
−
7
View file @
40b7e57f
// -*- C++ -*-
// -*- C++ -*-
/*
/*
Copyright (C) 2002-201
7
CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-201
8
CERN for the benefit of the ATLAS collaboration
*/
*/
#ifndef STOREGATEBINDINGS_SGPYDATAMODEL_H
#ifndef STOREGATEBINDINGS_SGPYDATAMODEL_H
...
@@ -147,12 +147,6 @@ namespace SG {
...
@@ -147,12 +147,6 @@ namespace SG {
return
m_bib
->
typeinfo
();
return
m_bib
->
typeinfo
();
}
}
/**
* @brief Return a new @c DataBucket whose payload has been cloned from the
* original one.
*/
virtual
SG
::
PyDataBucket
*
clone
()
const
override
;
/**
/**
* @brief Give up ownership of the @c DataBucket contents.
* @brief Give up ownership of the @c DataBucket contents.
*/
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment