Merge branch 'remove-dead-code' into 'master'

Remove dead code

See merge request isc-projects/bind9!587
This commit is contained in:
Mark Andrews
2018-08-02 19:22:25 -04:00

View 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");
}