From 01bc5b11e6bed786b20f7dff6d269ce477794fe1 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 15 Jul 2020 20:38:04 +0100 Subject: [PATCH] remove unneeded comment in trap pipe_data --- src/soc/fu/trap/pipe_data.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/soc/fu/trap/pipe_data.py b/src/soc/fu/trap/pipe_data.py index a43c214c..d2de8552 100644 --- a/src/soc/fu/trap/pipe_data.py +++ b/src/soc/fu/trap/pipe_data.py @@ -29,7 +29,6 @@ class TrapOutputData(IntegerData): -# TODO: replace CompALUOpSubset with CompTrapOpSubset class TrapPipeSpec(CommonPipeSpec): regspec = (TrapInputData.regspec, TrapOutputData.regspec) opsubsetkls = CompTrapOpSubset -- 2.30.2