mirror of
https://github.com/nasa/trick.git
synced 2025-04-16 07:26:48 +00:00
remove dead assignment eqparse
This commit is contained in:
parent
6619ecb92f
commit
8315f95a8c
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user