mirror of
https://github.com/nasa/trick.git
synced 2025-06-23 17:17:34 +00:00
remove dead assignment eqparse
This commit is contained in:
@ -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];
|
||||
|
Reference in New Issue
Block a user