2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

remove dead code

This commit is contained in:
Mark Andrews
2018-08-02 14:36:27 +10:00
parent 5146cbc092
commit 83a1e87dd2

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