mirror of
https://github.com/nasa/trick.git
synced 2025-04-16 07:26:48 +00:00
eqparse_funcsub.c remove dead strlen
This commit is contained in:
parent
5322bea815
commit
dac6893062
@ -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])) &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user