eqparse_funcsub.c remove dead strlen

This commit is contained in:
Scott Fennell 2018-09-28 09:52:09 -05:00
parent 5322bea815
commit dac6893062

View File

@ -52,7 +52,6 @@ void funcsub(char *str)
#ifdef DEBUG
printf("\n%s", equation);
#endif
len = strlen(equation);
comp = 0;
for (test = 0; test < (len - 1); test++) {
if ((isalpha(equation[test])) &&