eo-cxx: Fixed duplicated constructors.

This commit is contained in:
Savio Sena 2014-07-17 04:04:51 -03:00 committed by Felipe Magno de Almeida
parent bde4b6e9df
commit b9c30eac71
1 changed files with 0 additions and 5 deletions

View File

@ -61,11 +61,6 @@ struct base
other._eo_raw = nullptr;
}
base(base const& other)
: _eo_raw( detail::ref(other._eo_ptr()) )
{
}
/// @brief Assignment operator.
///
base& operator=(base const& other)