X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ext%2Frepo_rpmmd.c;h=81790a84ff0264f5a45d78d143b433f09f1dea6e;hb=9eb59bbb93038fce3233052d93f7f50521ebfef5;hp=b765e5bd9281f3c5cdb4df8cb433e57d8ad1cdc6;hpb=1e554802e7188a10cc9040d5067d7ebf6b3fe0f3;p=platform%2Fupstream%2Flibsolv.git diff --git a/ext/repo_rpmmd.c b/ext/repo_rpmmd.c index b765e5b..81790a8 100644 --- a/ext/repo_rpmmd.c +++ b/ext/repo_rpmmd.c @@ -224,11 +224,6 @@ static struct stateswitch stateswitches[] = { { NUMSTATES} }; -/* maxmum initial size of - the checksum cache */ -#define MAX_CSCACHE 32768 -#define CSREALLOC_STEP 1024 - struct parsedata { int ret; Pool *pool;