- create resolvables (basically bring back old api so we
[platform/upstream/libzypp.git] / zypp / cache / ResolvableQuery.cc
index 05d165f..2aefa90 100644 (file)
@@ -437,7 +437,7 @@ private:
 //////////////////////////////////////////////////////////////////////////////
 
 ResolvableQuery::ResolvableQuery( const Pathname &dbdir)
-  : _pimpl(new Impl(dbdir))
+  : _pimpl(/*new Impl(dbdir)*/)
 {
   //MIL << "Creating Resolvable query" << endl;
 }