mirror of
https://github.com/NLnetLabs/dnst.git
synced 2026-09-26 11:44:55 +02:00
Remove unused code.
This commit is contained in:
@@ -740,9 +740,6 @@ impl SignZone {
|
||||
writer.write_fmt(format_args!("{}", covering_rrsig_rr.display_zonefile(false, true)))?;
|
||||
// rrsig.comment(&mut writer, rr, ())?;
|
||||
writer.write_str("\n")?;
|
||||
let ZoneRecordData::Rrsig(rrsig) = covering_rrsig_rr.data() else {
|
||||
unreachable!();
|
||||
};
|
||||
if self.extra_comments {
|
||||
writer.write_str(";\n")?;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user