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));