Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Edward Moyse
Gaudi
Commits
7caef2ec
Commit
7caef2ec
authored
Oct 19, 2018
by
Charles Leggett
Browse files
remove unused mutex member in Algorithm
See merge request
gaudi/Gaudi!767
parents
fced7491
f7d62723
Changes
1
Hide whitespace changes
Inline
Side-by-side
GaudiKernel/GaudiKernel/Algorithm.h
View file @
7caef2ec
...
...
@@ -595,8 +595,6 @@ private:
Gaudi
::
Property
<
bool
>
m_filterCircDeps
{
this
,
"FilterCircularDependencies"
,
true
,
"filter out circular data dependencies"
};
std
::
mutex
m_lock
;
///< for re-entrant Algs
mutable
bool
m_toolHandlesInit
=
false
;
/// flag indicating whether ToolHandle tools have been added to m_tools
Gaudi
::
StateMachine
::
State
m_state
=
Gaudi
::
StateMachine
::
CONFIGURED
;
///< Algorithm has been initialized flag
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment