mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-20 21:58:03 -04:00
remove dead code
This commit is contained in:
parent
5146cbc092
commit
83a1e87dd2
1 changed files with 0 additions and 2 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue