From d6355966bf596986e437a111742f0bcfbadbdba8 Mon Sep 17 00:00:00 2001 From: Sascha Bischoff Date: Thu, 10 Dec 2015 10:55:22 +0000 Subject: [PATCH] Gem5Device: Removed unused methods --- wlauto/common/gem5/device.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/wlauto/common/gem5/device.py b/wlauto/common/gem5/device.py index d5bc2eca..34089bbe 100644 --- a/wlauto/common/gem5/device.py +++ b/wlauto/common/gem5/device.py @@ -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): """