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
9998558c
Commit
9998558c
authored
Sep 16, 2021
by
Zhang, Chen
Browse files
remove unused init for removed var
parent
040e09d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Framework/API/src/DeprecatedAlias.cpp
View file @
9998558c
...
...
@@ -18,7 +18,7 @@ Kernel::Logger g_log("DeprecatedAlias");
}
// namespace
/// Constructor to ensure the compiler is happy
DeprecatedAlias
::
DeprecatedAlias
()
:
m_replacementVersion
(
-
1
),
m_deprecationDate
()
{}
DeprecatedAlias
::
DeprecatedAlias
()
:
m_deprecationDate
()
{}
/// Destructor to ensure the compiler is happy
DeprecatedAlias
::~
DeprecatedAlias
()
=
default
;
...
...
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