Skip to content

Commit

Permalink
Remove dup
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon committed Sep 3, 2024
1 parent af9fadd commit fbf074d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vm/src/vm/vm_memory/memory_segments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,6 @@ impl MemorySegmentManager {
Ok(memory_holes)
}

pub fn has_zero_segment(&self) -> bool {
!self.zero_segment_index.is_zero()
}

/// Returns a list of addresses of memory cells that constitute the public memory.
/// segment_offsets is the result of self.relocate_segments()
pub fn get_public_memory_addresses(
Expand Down

0 comments on commit fbf074d

Please sign in to comment.