Explorar o código

refactor: remove an unnecessary method

toku-sa-n %!s(int64=4) %!d(string=hai) anos
pai
achega
85756a347f
Modificáronse 1 ficheiros con 0 adicións e 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).