1
0
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:
Sascha Bischoff 2015-12-10 10:55:22 +00:00
parent 845d577482
commit d6355966bf

View File

@ -355,9 +355,6 @@ class BaseGem5Device(object):
self.sckt.PROMPT = prompt
def login(self):
pass
def close(self):
if self._logcat_poller:
self._logcat_poller.stop()
@ -366,9 +363,6 @@ class BaseGem5Device(object):
self.logger.warn("Attempt to restart the gem5 device. This is not "
"supported!")
def init(self):
pass
# pylint: disable=unused-argument
def push_file(self, source, dest, **kwargs):
"""