]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove dead code
authorMark Andrews <marka@isc.org>
Thu, 2 Aug 2018 04:36:27 +0000 (14:36 +1000)
committerMark Andrews <marka@isc.org>
Thu, 2 Aug 2018 22:57:30 +0000 (18:57 -0400)
lib/isc/pk11.c

index f66128bd5d5cc40b6f8b954f0fc51d3c21e5a0ce..5653b479298f78c3474035f0943c6dd6727ba99f 100644 (file)
@@ -1094,8 +1094,6 @@ pk11_dump_tokens(void) {
                printf("\tsupported operations=0x%x (", token->operations);
                first = ISC_TRUE;
                if (token->operations & (1 << OP_RSA)) {
-                       if (!first)
-                               printf(",");
                        first = ISC_FALSE;
                        printf("RSA");
                }