Skip to content

Commit 956119c

Browse files
committed
FIX: removing POWER related unused code
The commented lines were most probably there because of this issue: metaeducation/rebol-issues#240
1 parent 045fff8 commit 956119c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/core/t-decimal.c

-2
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,6 @@ REBOOL almost_equal(REBDEC a, REBDEC b, REBCNT max_diff) {
298298
goto setDec;
299299
}
300300
if (d1 == 0) goto setDec;
301-
//if (d1 < 0 && d2 < 1 && d2 != -1)
302-
// Trap0(RE_POSITIVE);
303301
d1 = pow(d1, d2);
304302
goto setDec;
305303

0 commit comments

Comments
 (0)