Skip to content
Snippets Groups Projects
Commit fb48cbcf authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Property: remove deprecation comment on value()

See merge request !1416
parents 5dffc95a 3789833b
No related branches found
No related tags found
1 merge request!1416Property: remove deprecation comment on value()
Pipeline #5045131 passed
......@@ -235,7 +235,6 @@ namespace Gaudi {
/// Accessor to verifier.
VerifierType& verifier() { return m_verifier; }
/// Backward compatibility (\deprecated will be removed)
/// @{
const ValueType& value() const { return *this; }
ValueType& value() { return const_cast<ValueType&>( (const ValueType&)*this ); }
......
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