eo-cxx: Fixed duplicated constructors.
authorSavio Sena <savio.sena@acm.org>
Thu, 17 Jul 2014 07:04:51 +0000 (04:04 -0300)
committerFelipe Magno de Almeida <felipe@expertisesolutions.com.br>
Fri, 18 Jul 2014 21:57:13 +0000 (18:57 -0300)
src/bindings/eo_cxx/eo_base.hh

index cdb8e64..8801b7f 100644 (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)