From: Luke Kenneth Casson Leighton Date: Mon, 27 Jan 2020 19:47:16 +0000 (+0000) Subject: remove unneeded comment X-Git-Tag: ls180-24jan2020~324 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d69de9fcba1c8cd14986327c9c294ae53e77a494;p=ieee754fpu.git remove unneeded comment --- diff --git a/src/ieee754/fsgnj/fsgnj.py b/src/ieee754/fsgnj/fsgnj.py index d277e28b..d9be3472 100644 --- a/src/ieee754/fsgnj/fsgnj.py +++ b/src/ieee754/fsgnj/fsgnj.py @@ -36,8 +36,6 @@ class FSGNJPipeMod(PipeModBase): width = self.pspec.width opcode = self.i.ctx.op z1 = self.o.z - - # Decode the input operands into sign, exponent, and mantissa a = self.i.a b = self.i.b