disable selection storing
authorKlaus Kaempf <kkaempf@suse.de>
Mon, 13 Feb 2006 13:42:27 +0000 (13:42 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Mon, 13 Feb 2006 13:42:27 +0000 (13:42 +0000)
zypp/target/store/XMLFilesBackend.cc

index 6a3dcc1..df13c3e 100644 (file)
@@ -93,7 +93,7 @@ XMLFilesBackend::XMLFilesBackend(const Pathname &root) : Backend(root)
   d->kinds.insert(ResTraits<zypp::Patch>::kind);
   //d->kinds.insert(ResTraits<zypp::Message>::kind);
   //d->kinds.insert(ResTraits<zypp::Script>::kind);
-  d->kinds.insert(ResTraits<zypp::Selection>::kind);
+  //d->kinds.insert(ResTraits<zypp::Selection>::kind);
   d->kinds.insert(ResTraits<zypp::Product>::kind);
   d->kinds.insert(ResTraits<zypp::Pattern>::kind);