Browse Source

refactor: remove an unnecessary method

toku-sa-n 4 years ago
parent
commit
85756a347f
1 changed files with 0 additions and 4 deletions
  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).