mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-21 14:17:27 -04:00
rem: dev: Cleanup dead code: CID 548247
Clean up dead code following merge of !10302. Closes #5262 Merge branch '5262-cleanup-dead-code-cid-548247' into 'main' See merge request isc-projects/bind9!10346
This commit is contained in:
commit
6bbdb1980e
1 changed files with 0 additions and 3 deletions
|
|
@ -3347,9 +3347,6 @@ dns_message_sectiontotext(dns_message_t *msg, dns_section_t section,
|
||||||
INDENT(style);
|
INDENT(style);
|
||||||
ADD_STRING(target, "\n");
|
ADD_STRING(target, "\n");
|
||||||
}
|
}
|
||||||
if (result == ISC_R_NOMORE) {
|
|
||||||
result = ISC_R_SUCCESS;
|
|
||||||
}
|
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
msg->indent.count = saved_count;
|
msg->indent.count = saved_count;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue