Imported Upstream version 15.0.0
[platform/upstream/libzypp.git] / zypp / base / DefaultIntegral.h
index 39688f1..fc0a0b8 100644 (file)
@@ -81,16 +81,6 @@ namespace zypp
       _Tp _val;
     };
 
-    /** \relates DefaultIntegral \c true initialized \c bool  */
-    typedef DefaultIntegral<bool,true>  TrueBool;
-
-    /** \relates DefaultIntegral \c false initialized \c bool */
-    typedef DefaultIntegral<bool,false> FalseBool;
-
-    /** \relates DefaultIntegral \c zero initialized \c integral */
-    template<typename TIntegral>
-    using ZeroInit = DefaultIntegral<TIntegral,TIntegral(0)>;
-
   /////////////////////////////////////////////////////////////////
 } // namespace zypp
 ///////////////////////////////////////////////////////////////////