remove dead assignment eqparse

This commit is contained in:
Scott Fennell 2018-09-27 10:54:49 -05:00
parent 6619ecb92f
commit 8315f95a8c

View File

@ -32,7 +32,6 @@ stack takeinput(stack stk, char *equation, double value)
if (eqp_errno) {
return (NULL);
}
i = 0;
len = strlen(equation);
for (i = 0; i < len; i++) {
ch = equation[i];