Remove old_signature

This commit is contained in:
bjorn3
2021-10-04 19:39:00 +02:00
parent 43a86f14d5
commit b3702f5821

View File

@@ -79,10 +79,6 @@ pub struct Function {
/// Signature of this function.
pub signature: Signature,
/// The old signature of this function, before the most recent legalization,
/// if any.
pub old_signature: Option<Signature>,
/// Stack slots allocated in this function.
pub stack_slots: StackSlots,
@@ -145,7 +141,6 @@ impl Function {
version_marker: VersionMarker,
name,
signature: sig,
old_signature: None,
stack_slots: StackSlots::new(),
global_values: PrimaryMap::new(),
heaps: PrimaryMap::new(),