revert fix
authorMichael Andres <ma@suse.de>
Fri, 8 Feb 2008 17:46:26 +0000 (17:46 +0000)
committerMichael Andres <ma@suse.de>
Fri, 8 Feb 2008 17:46:26 +0000 (17:46 +0000)
zypp/PoolQuery.cc

index 2ad43f4..12fb4bc 100644 (file)
@@ -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;