From f159bdb5bff5ab0f641405b6281eb2757cd8d631 Mon Sep 17 00:00:00 2001 From: Mathew Sutcliffe Date: Fri, 25 Mar 2016 19:38:54 +0000 Subject: [PATCH] Removed unused code. --- src/blackmisc/valueobject.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/blackmisc/valueobject.h b/src/blackmisc/valueobject.h index 972c8e34d..cd75c23b4 100644 --- a/src/blackmisc/valueobject.h +++ b/src/blackmisc/valueobject.h @@ -37,20 +37,6 @@ namespace BlackMisc { - namespace Private - { - //! \private SFINAE for CValueObject constructor to avoid being selected as a viable copy constructor. - template struct DecayFirst - { - using type = void; - }; - //! \private - template struct DecayFirst - { - using type = std::decay_t; - }; - } - /*! * Default base class for CValueObject. */