From de18cdb68762141d3f57fca7e5bceb2940ff714a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Wed, 23 Jan 2019 00:00:01 +0000 Subject: [PATCH] build-m5: remove empty init --- build-m5 | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-m5 b/build-m5 index 5713e36..384429e 100755 --- a/build-m5 +++ b/build-m5 @@ -6,9 +6,6 @@ import common from shell_helpers import LF class Main(common.BuildCliFunction): - def __init__(self): - super().__init__() - def _get_make_cmd(self): allowed_toolchains = ['buildroot'] cc = self.get_toolchain_tool('gcc', allowed_toolchains=allowed_toolchains)