remove unused comments

This commit is contained in:
Brendan Hansknecht 2021-12-08 11:19:17 -08:00
parent 5c8f3fa26f
commit 5f9ae24d14

View file

@ -29,10 +29,6 @@ pub struct Env<'a> {
pub generate_allocators: bool,
}
// impl<'a> Env<'a> {
// }
// These relocations likely will need a length.
// They may even need more definition, but this should be at least good enough for how we will use elf.
#[derive(Debug, Clone)]