Browse Source

Remove unnecessary comment

master
cancel 6 years ago
parent
commit
bedb29bd60
  1. 1
      sim.c

1
sim.c

@ -565,7 +565,6 @@ BEGIN_DUAL_PHASE_1(random)
STOP_IF_DUAL_INACTIVE; STOP_IF_DUAL_INACTIVE;
Usz a = INDEX(PEEK(0, 1)); Usz a = INDEX(PEEK(0, 1));
Usz b = INDEX(PEEK(0, 2)); Usz b = INDEX(PEEK(0, 2));
// we should ask if this is an ok behavior as defined in the existing js.
Usz min, max; Usz min, max;
if (a == b) { if (a == b) {
POKE(1, 0, GLYPH(a)); POKE(1, 0, GLYPH(a));

Loading…
Cancel
Save