numparam/xpressn.c, remove an artifact

This commit is contained in:
rlar 2016-05-05 23:04:50 +02:00
parent 7b175dd1c4
commit a0a3f48227
1 changed files with 0 additions and 1 deletions

View File

@ -781,7 +781,6 @@ operate(char op, double x, double y)
x = x * y;
break;
case '/':
// if (absf(y) > epsi)
x = x / y;
break;
case '^': /* power */