From 74754d94c38024ad0b59f64c56b4e79b9e75b9e4 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Thu, 6 Aug 2020 22:03:00 -0400 Subject: [PATCH] Codacy fix --- include/verilated.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/verilated.cpp b/include/verilated.cpp index 459e51935..f21bed470 100644 --- a/include/verilated.cpp +++ b/include/verilated.cpp @@ -605,7 +605,6 @@ double VL_ISTOR_D_W(int lbits, WDataInP lwp) VL_PURE { vluint32_t pos[VL_MULS_MAX_WORDS + 1]; // Fixed size, as MSVC++ doesn't allow [words] here VL_NEGATE_W(VL_WORDS_I(lbits), pos, lwp); _VL_CLEAN_INPLACE_W(lbits, pos); - double d = VL_ITOR_D_W(lbits, pos); return -VL_ITOR_D_W(lbits, pos); }