Remove confusing statement

This commit is contained in:
Yuke Peng
2025-02-18 15:25:58 +08:00
committed by Tate, Hongliang Tian
parent bad1a7a79a
commit baee45a60f

View File

@ -132,7 +132,6 @@ impl RootTable {
&entry,
)
.unwrap();
context_table.page_tables.get_mut(&address).unwrap();
}
fn get_or_create_context_table(&mut self, device_id: PciDeviceLocation) -> &mut ContextTable {