comment; remove unneeded code
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 1 Aug 2019 01:25:37 +0000 (02:25 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 1 Aug 2019 01:25:37 +0000 (02:25 +0100)
src/ieee754/fcvt/pipeline.py

index a7b01f707c47578f4efe8c08ed94fd83160bf11c..2cc0b08733237871fe3e4de6e195249193818115 100644 (file)
@@ -49,9 +49,10 @@ class FPCVTConvertDeNorm(DynamicPipe):
         sc = modkls(in_pspec, out_pspec)
         in_pspec.stage = sc
         super().__init__(in_pspec)
-        self.out = self.ospec(None)
 
 
+# this one is slightly weird-looking because of course the INT output
+# is, duh, an INT, so of course does not get "FP normalised".
 class FPCVTFtoIntBasePipe(ControlBase):
     def __init__(self, modkls, e_extra, in_pspec, out_pspec):
         ControlBase.__init__(self)