mirror of
https://github.com/nasa/trick.git
synced 2025-04-11 13:20:05 +00:00
remove another dead assignment Delta.cpp
This commit is contained in:
parent
7dfcf15a43
commit
60e39e2838
@ -53,7 +53,7 @@ int Delta::get( double * time , double * value )
|
||||
return ret ;
|
||||
}
|
||||
|
||||
ret = dsg_.getLastRead(dataStream1_, time, &val1);
|
||||
dsg_.getLastRead(dataStream1_, time, &val1);
|
||||
ret = dsg_.getLastRead(dataStream2_, time, &val2);
|
||||
|
||||
*value = val1 - val2 ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user