- delete bogus data_skip_key declaration
authorMichael Schroeder <mls@suse.de>
Thu, 28 Apr 2011 10:13:07 +0000 (12:13 +0200)
committerMichael Schroeder <mls@suse.de>
Thu, 28 Apr 2011 10:13:07 +0000 (12:13 +0200)
src/repopack.h

index c97b920..fb6b269 100644 (file)
@@ -269,6 +269,4 @@ data_skip_verify(unsigned char *dp, int type, int maxid, int maxdir)
     }
 }
 
-unsigned char *data_skip_key(Repodata *data, unsigned char *dp, Repokey *key);
-
 #endif /* SATSOLVER_REPOPACK */