Imported Upstream version 15.0.0
[platform/upstream/libzypp.git] / zypp / base / String.h
index c496554..e69a106 100644 (file)
 #include "zypp/base/PtrTypes.h"
 #include "zypp/base/Function.h"
 
-///////////////////////////////////////////////////////////////////
-namespace boost { namespace logic { class tribool; } }
-namespace zypp { typedef boost::logic::tribool TriBool; }
-///////////////////////////////////////////////////////////////////
 
 ///////////////////////////////////////////////////////////////////
 namespace boost
@@ -408,9 +404,6 @@ namespace zypp
       return return_r;
     }
 
-    /** Parse \c str into a bool if it's a legal \c true or \c false string; else \c indterminate. */
-    TriBool strToTriBool( const C_Str & str );
-
     //@}
 
     /**