mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-08 04:50:32 +00:00
Remove unused code
This commit is contained in:
parent
54e78e8fd4
commit
90f517712a
33 changed files with 24 additions and 1300 deletions
|
@ -78,7 +78,6 @@ pub struct 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)]
|
||||
#[allow(dead_code)]
|
||||
pub enum Relocation {
|
||||
LocalData {
|
||||
offset: u64,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue