]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
- 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 c97b92046165843605251ea936ee60d7da6aad05..fb6b2699348e4b53cca4c42de31a20f59f71ffbb 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 */