mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-31 10:11:17 +00:00
Gem5Device: Removed unused methods
This commit is contained in:
parent
845d577482
commit
d6355966bf
@ -355,9 +355,6 @@ class BaseGem5Device(object):
|
|||||||
|
|
||||||
self.sckt.PROMPT = prompt
|
self.sckt.PROMPT = prompt
|
||||||
|
|
||||||
def login(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def close(self):
|
def close(self):
|
||||||
if self._logcat_poller:
|
if self._logcat_poller:
|
||||||
self._logcat_poller.stop()
|
self._logcat_poller.stop()
|
||||||
@ -366,9 +363,6 @@ class BaseGem5Device(object):
|
|||||||
self.logger.warn("Attempt to restart the gem5 device. This is not "
|
self.logger.warn("Attempt to restart the gem5 device. This is not "
|
||||||
"supported!")
|
"supported!")
|
||||||
|
|
||||||
def init(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
# pylint: disable=unused-argument
|
# pylint: disable=unused-argument
|
||||||
def push_file(self, source, dest, **kwargs):
|
def push_file(self, source, dest, **kwargs):
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user