From: whitequark Date: Sun, 16 Dec 2018 23:44:00 +0000 (+0000) Subject: hdl.dsl: cleanup. NFC. X-Git-Tag: working~197 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b2f828387a3df762548e305d9f89b2c367b1042e;p=nmigen.git hdl.dsl: cleanup. NFC. --- diff --git a/nmigen/hdl/dsl.py b/nmigen/hdl/dsl.py index 8e3507b..e240513 100644 --- a/nmigen/hdl/dsl.py +++ b/nmigen/hdl/dsl.py @@ -92,10 +92,6 @@ class Module(_ModuleBuilderRoot): self._statements = Statement.wrap([]) self._ctrl_context = None self._ctrl_stack = [] - self._stmt_if_cond = [] - self._stmt_if_bodies = [] - self._stmt_switch_test = None - self._stmt_switch_cases = OrderedDict() def _check_context(self, construct, context): if self._ctrl_context != context: