From 714c22f24897375bf2dd32cde91ce4277265175b Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Mon, 22 Mar 2010 15:43:05 +0200 Subject: [PATCH] Mop up leftovers from past times --- lib/verify.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/verify.c b/lib/verify.c index b931cf525..bba4e9a62 100644 --- a/lib/verify.c +++ b/lib/verify.c @@ -29,9 +29,6 @@ #define S_ISDEV(m) (S_ISBLK((m)) || S_ISCHR((m))) -extern int _rpmds_unspecified_epoch_noise; -extern int _cacheDependsRC; - /* If cap_compare() (Linux extension) not available, do it the hard way */ #if WITH_CAP && !defined(HAVE_CAP_COMPARE) static int cap_compare(cap_t acap, cap_t bcap)