mirror of
https://github.com/nasa/trick.git
synced 2025-05-11 04:53:07 +00:00
eqparse_funcsub.c remove dead assignment
This commit is contained in:
parent
dac6893062
commit
b7d24b60d6
@ -106,7 +106,6 @@ void funcsub(char *str)
|
|||||||
start = start + offset;
|
start = start + offset;
|
||||||
temp[tstart] = '(';
|
temp[tstart] = '(';
|
||||||
tstart++;
|
tstart++;
|
||||||
ch1 = equation[start];
|
|
||||||
while (ch1 != ',') {
|
while (ch1 != ',') {
|
||||||
if (ch1 == '\0') {
|
if (ch1 == '\0') {
|
||||||
/* No second argument found */
|
/* No second argument found */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user