From d69de9fcba1c8cd14986327c9c294ae53e77a494 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 27 Jan 2020 19:47:16 +0000 Subject: [PATCH] remove unneeded comment --- src/ieee754/fsgnj/fsgnj.py | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.30.2