Explorar el Código

refactor: remove an unnecessary method

toku-sa-n hace 4 años
padre
commit
85756a347f
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      acpi/src/fadt.rs

+ 0 - 4
acpi/src/fadt.rs

@@ -130,10 +130,6 @@ impl Fadt {
             other => PowerProfile::Reserved(other),
         }
     }
-
-    pub fn pm_timer(&self) -> PmTimer {
-        PmTimer { io_base: self.pm_timer_block, supports_32bit: self.flags.get_bit(8) }
-    }
 }
 
 /// Information about the ACPI Power Management Timer (ACPI PM Timer).