From bedb29bd605f96c8e3511500aeb73caa2725a3d9 Mon Sep 17 00:00:00 2001 From: cancel Date: Fri, 30 Nov 2018 15:44:51 +0900 Subject: [PATCH] Remove unnecessary comment --- sim.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sim.c b/sim.c index 668a377..efa7e25 100644 --- a/sim.c +++ b/sim.c @@ -565,7 +565,6 @@ BEGIN_DUAL_PHASE_1(random) STOP_IF_DUAL_INACTIVE; Usz a = INDEX(PEEK(0, 1)); Usz b = INDEX(PEEK(0, 2)); - // we should ask if this is an ok behavior as defined in the existing js. Usz min, max; if (a == b) { POKE(1, 0, GLYPH(a));