remove unneeded comment in trap pipe_data
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 15 Jul 2020 19:38:04 +0000 (20:38 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 15 Jul 2020 19:38:04 +0000 (20:38 +0100)
src/soc/fu/trap/pipe_data.py

index a43c214c65031f0c8ba99526a75bb95dee462a35..d2de8552a62a55bada4a5e83726c273ef943ac83 100644 (file)
@@ -29,7 +29,6 @@ class TrapOutputData(IntegerData):
 
 
 
-# TODO: replace CompALUOpSubset with CompTrapOpSubset
 class TrapPipeSpec(CommonPipeSpec):
     regspec = (TrapInputData.regspec, TrapOutputData.regspec)
     opsubsetkls = CompTrapOpSubset