Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Feb 16, 2024
1 parent 5cd50f9 commit 492f6ef
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/arch/aarch64/kernel/processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,6 @@ impl fmt::Display for CpuFrequency {
}
}

pub struct FPUState;

impl FPUState {
pub fn new() -> Self {
Self {}
}
}

pub fn seed_entropy() -> Option<[u8; 32]> {
None
}
Expand Down

0 comments on commit 492f6ef

Please sign in to comment.