mirror of
https://github.com/nasa/trick.git
synced 2025-01-18 10:46:26 +00:00
remove dead assignment Delta.cpp
This commit is contained in:
parent
406f3bb207
commit
7dfcf15a43
@ -66,7 +66,7 @@ int Delta::peek( double * time , double * value )
|
||||
int ret ;
|
||||
double val1, val2 ;
|
||||
|
||||
ret = dsg_.getLastRead(dataStream1_, time, &val1);
|
||||
dsg_.getLastRead(dataStream1_, time, &val1);
|
||||
ret = dsg_.getLastRead(dataStream2_, time, &val2);
|
||||
|
||||
*value = val1 - val2 ;
|
||||
|
Loading…
Reference in New Issue
Block a user