diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-07-27 12:41:08 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-07-27 12:41:08 +0000 |
commit | b8614eb02527e7e852f753084fa58f6eb7a45264 (patch) | |
tree | 60ad1c981dd13d83bb7be7597289fc2e8689d502 /URPM.xs | |
parent | f6fbe28da240d2c84bb5f96b8cdcf0ff4ab7fe3d (diff) | |
download | perl-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
Diffstat (limited to 'URPM.xs')
-rw-r--r-- | URPM.xs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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)]; |