From: Michael Schroeder Date: Thu, 28 Apr 2011 10:13:07 +0000 (+0200) Subject: - delete bogus data_skip_key declaration X-Git-Tag: BASE-SuSE-Code-12_1-Branch~69 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e92c3fa5a71dc7b0ad1b99bfb3c2e167232c30a7;p=thirdparty%2Flibsolv.git - delete bogus data_skip_key declaration --- diff --git a/src/repopack.h b/src/repopack.h index c97b9204..fb6b2699 100644 --- a/src/repopack.h +++ b/src/repopack.h @@ -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 */