Modify/cleanup add_certifier and add_revoker, so that their code base
[monkeysphere.git] / src / share / common
index bfe73a37bc6961dc0ac9d2a9eb445460743c63bf..745a86111292bd1ec08bb6a9479c424ca53c0b0e 100644 (file)
@@ -1153,7 +1153,6 @@ process_authorized_user_ids() {
 # takes a gpg key or keys on stdin, and outputs a list of
 # fingerprints, one per line:
 list_primary_fingerprints() {
-    local file="$1"
     local fake=$(msmktempdir)
     GNUPGHOME="$fake" gpg --no-tty --quiet --import
     GNUPGHOME="$fake" gpg --with-colons --fingerprint --list-keys | \