projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d133f9b
)
removed setdirty
author
Stefan Schubert
<schubi@suse.de>
Wed, 30 Jan 2008 13:36:20 +0000
(13:36 +0000)
committer
Stefan Schubert
<schubi@suse.de>
Wed, 30 Jan 2008 13:36:20 +0000
(13:36 +0000)
zypp/sat/SATResolver.cc
patch
|
blob
|
history
diff --git
a/zypp/sat/SATResolver.cc
b/zypp/sat/SATResolver.cc
index 2e36a063b7205a9d32d2e0efeba7a82b31f6c7b2..8a7529f63b1b26ebba87fa155189807260b35f9f 100644
(file)
--- a/
zypp/sat/SATResolver.cc
+++ b/
zypp/sat/SATResolver.cc
@@
-434,7
+434,6
@@
SATResolver::resolvePool(const CapabilitySet & requires_caps,
}
_solv = solver_create( _SATPool, sat::Pool::instance().systemRepo().get() );
- sat::Pool::instance().setDirty();
sat::Pool::instance().prepare();
// Solve !