Imported Upstream version 14.45.0
[platform/upstream/libzypp.git] / zypp / sat / Pool.h
index 1af116c..9a29f33 100644 (file)
@@ -206,17 +206,6 @@ namespace zypp
         /** Whether this \ref Locale is in the set of requested locales. */
         bool isRequestedLocale( const Locale & locale_r ) const;
 
-
-       /** Start tracking changes based on this \a locales_r. */
-       void initRequestedLocales( const LocaleSet & locales_r );
-
-       /** Added since last initRequestedLocales. */
-       const LocaleSet & getAddedRequestedLocales() const;
-
-       /** Removed since last initRequestedLocales.*/
-       const LocaleSet & getRemovedRequestedLocales() const;
-
-
         /** Get the set of available locales.
          * This is computed from the package data so it actually
          * represents all locales packages claim to support.
@@ -272,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
   ///////////////////////////////////////////////////////////////////