mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 19:32:34 +01:00
Gem5Device: Removed unused methods
This commit is contained in:
@@ -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):
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user