Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
ec4fecd4
Commit
ec4fecd4
authored
Sep 16, 2021
by
Zhang, Chen
Browse files
remove unused var in DeprecatedAlias
parent
854b76c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Framework/API/inc/MantidAPI/DeprecatedAlgorithm.h
View file @
ec4fecd4
...
...
@@ -33,8 +33,6 @@ public:
private:
/// The algorithm to use instead of this one.
std
::
string
m_replacementAlgorithm
;
/// Replacement version, -1 indicates latest
int
m_replacementVersion
;
/// The date that the algorithm was first deprecated.
std
::
string
m_deprecatedDate
;
};
...
...
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