Imported Upstream version 14.45.0
[platform/upstream/libzypp.git] / zypp / sat / Pool.h
index 229fd80..9a29f33 100644 (file)
@@ -261,9 +261,6 @@ namespace zypp
     inline bool operator!=( const Pool & lhs, const Pool & rhs )
     { return lhs.get() != rhs.get(); }
 
-    /** Create solv file content digest for zypper bash completion */
-    void updateSolvFileIndex( const Pathname & solvfile_r );
-
     /////////////////////////////////////////////////////////////////
   } // namespace sat
   ///////////////////////////////////////////////////////////////////