Imported Upstream version 15.0.0
[platform/upstream/libzypp.git] / zypp / base / String.cc
index fb7bd35..666e79a 100644 (file)
@@ -17,8 +17,6 @@
 #include "zypp/base/String.h"
 #include "zypp/base/LogTools.h"
 
-#include "zypp/TriBool.h"
-
 using std::string;
 
 ///////////////////////////////////////////////////////////////////
@@ -88,13 +86,6 @@ namespace zypp
                );
     }
 
-    TriBool strToTriBool( const C_Str & str )  // from TriBool.h
-    {
-      if ( strToTrue( str ) )  return true;
-      if ( !strToFalse( str ) )        return false;
-      return indeterminate;
-    }
-
     ///////////////////////////////////////////////////////////////////
     // Hexencode
     ///////////////////////////////////////////////////////////////////