Imported Upstream version 17.25.4
[platform/upstream/libzypp.git] / zypp / target / rpm / RpmDb.h
index e5d1760..38cdff5 100644 (file)
@@ -59,12 +59,6 @@ public:
   //
   ///////////////////////////////////////////////////////////////////
 private:
-#if LEGACY(1712)
-  enum DbStateInfoBits {
-    DbSI_NO_INIT       = 0x0000
-  };
-  DbStateInfoBits _dbStateInfo;
-#endif
 
   /**
    * Root directory for all operations.
@@ -114,7 +108,7 @@ public:
   }
 
   /**
-   * Prepare access to the rpm database at \c/var/lib/rpm.
+   * Prepare access to the rpm database below \a root_r.
    *
    * An optional argument denotes the root directory for all operations. If
    * an empty Pathname is given the default (\c/) is used.
@@ -330,10 +324,6 @@ private:
   /** create package backups? */
   bool _packagebackups;
 
-#if LEGACY(1712)
-  /** whether <_root>/<WARNINGMAILPATH> was already created */
-  bool _warndirexists;
-#endif
   /**
    * handle rpm messages like "/etc/testrc saved as /etc/testrc.rpmorig"
    *