aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-07-27 12:41:08 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-07-27 12:41:08 +0000
commitb8614eb02527e7e852f753084fa58f6eb7a45264 (patch)
tree60ad1c981dd13d83bb7be7597289fc2e8689d502
parentf6fbe28da240d2c84bb5f96b8cdcf0ff4ab7fe3d (diff)
downloadperl-URPM-b8614eb02527e7e852f753084fa58f6eb7a45264.tar
perl-URPM-b8614eb02527e7e852f753084fa58f6eb7a45264.tar.gz
perl-URPM-b8614eb02527e7e852f753084fa58f6eb7a45264.tar.bz2
perl-URPM-b8614eb02527e7e852f753084fa58f6eb7a45264.tar.xz
perl-URPM-b8614eb02527e7e852f753084fa58f6eb7a45264.zip
remove unused variable
-rw-r--r--URPM.xs1
1 files changed, 0 insertions, 1 deletions
diff --git a/URPM.xs b/URPM.xs
index d23925d..22e4d0b 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -3697,7 +3697,6 @@ Urpm_verify_rpm(filename, ...)
char *
Urpm_get_gpg_fingerprint(filename)
- URPM::DB db
char * filename
PREINIT:
uint8_t fingerprint[sizeof(pgpKeyID_t)];