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:
af6fbd0
)
revert fix
author
Michael Andres
<ma@suse.de>
Fri, 8 Feb 2008 17:46:26 +0000
(17:46 +0000)
committer
Michael Andres
<ma@suse.de>
Fri, 8 Feb 2008 17:46:26 +0000
(17:46 +0000)
zypp/PoolQuery.cc
patch
|
blob
|
history
diff --git
a/zypp/PoolQuery.cc
b/zypp/PoolQuery.cc
index
2ad43f4
..
12fb4bc
100644
(file)
--- a/
zypp/PoolQuery.cc
+++ b/
zypp/PoolQuery.cc
@@
-51,10
+51,6
@@
namespace zypp
static int repo_search_cb(void *cbdata, ::Solvable *s, ::Repodata *data, ::Repokey *key, ::KeyValue *kv)
{
- //int SEARCH_NEXT_KEY = 1;
- //int SEARCH_NEXT_SOLVABLE = 2;
- int SEARCH_STOP = 3;
-
PoolQuery *me = (PoolQuery*) cbdata;
bool r = false;