aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skpbench/_hardware.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/skpbench/_hardware.py')
-rw-r--r--tools/skpbench/_hardware.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/skpbench/_hardware.py b/tools/skpbench/_hardware.py
index de8848df78..9283243c04 100644
--- a/tools/skpbench/_hardware.py
+++ b/tools/skpbench/_hardware.py
@@ -41,10 +41,6 @@ class Hardware:
"""Prints any info that may help improve or debug hardware monitoring."""
pass
- def sleep(self, sleeptime):
- """Puts the hardware into a resting state for a fixed amount of time."""
- time.sleep(sleeptime)
-
class HardwareException(Exception):
"""Gets thrown when certain hardware state is not what we expect.