warning: unreachable code

This commit is contained in:
Scott Giese 2020-11-23 16:13:43 -06:00
parent 43bf10d803
commit 59e62b1414

View File

@ -145,7 +145,7 @@ static naRef f_periodic(naContext c, naRef me, int argc, naRef* args)
return VALIDATE(x);
// x.num = SGMiscd::normalizePeriodic(a, b, x);
return VALIDATE(x);
// return VALIDATE(x);
}
static naRef f_round(naContext c, naRef me, int argc, naRef* args)