mirror of
https://github.com/nasa/trick.git
synced 2025-04-11 21:30:24 +00:00
Removed erroneous stringstream declaration, which compiled on MacOSX but failed on Linux.
This commit is contained in:
parent
f5334e07d7
commit
8536208822
@ -17,7 +17,6 @@ int Trick::MemoryManager::read_checkpoint( std::istream *is) {
|
||||
}
|
||||
|
||||
if (currentCheckPointAgent->restore( is) !=0 ) {
|
||||
std::stringstream;
|
||||
emitError("Checkpoint restore failed.") ;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user