Remove offset fields from ConstantPool

This commit is contained in:
bjorn3
2021-10-10 14:47:53 +02:00
parent d78f436daf
commit aa0486eb15
4 changed files with 8 additions and 70 deletions

View File

@@ -2,7 +2,7 @@
#![allow(dead_code)]
use crate::binemit::{Addend, CodeOffset, CodeSink, Reloc};
use crate::ir::{ConstantOffset, ExternalName, Opcode, SourceLoc, TrapCode};
use crate::ir::{ExternalName, Opcode, SourceLoc, TrapCode};
use alloc::vec::Vec;
use std::string::String;