[ares] Some cleanup

This commit is contained in:
Edward Amsden 2023-02-01 18:36:43 -06:00
parent 665a2f5672
commit 4eb99cc2d4

View File

@ -6,7 +6,6 @@ use murmur3::murmur3_32_nocopy;
use std::cmp::min;
use std::io::{Read, Result};
use std::ptr::{copy_nonoverlapping, write_bytes};
use crate::noun::acyclic_noun;
/** A reader for an atom which pads the atom out to a given length */
struct PaddedReadAtom {