]> granicus.if.org Git - neomutt/commitdiff
remove unused values
authorRichard Russon <rich@flatcap.org>
Sat, 16 Dec 2017 00:05:38 +0000 (00:05 +0000)
committerRichard Russon <rich@flatcap.org>
Thu, 28 Dec 2017 13:40:52 +0000 (13:40 +0000)
ncrypt/crypt_gpgme.c

index 863d274a383704d08b81cc604a6001e90972dcf4..727c899812dfc472f8011f3b0b582130f8365a5a 100644 (file)
@@ -3728,7 +3728,6 @@ static void print_key_info(gpgme_key_t key, FILE *fp)
   {
     /* L10N: value in Key Usage: field */
     fprintf(fp, "%s%s", delim, _("certification"));
-    delim = _(", ");
   }
   putc('\n', fp);
 
@@ -3864,7 +3863,6 @@ static void print_key_info(gpgme_key_t key, FILE *fp)
       if (subkey->can_certify)
       {
         fprintf(fp, "%s%s", delim, _("certification"));
-        delim = _(", ");
       }
       putc('\n', fp);
     }