Removed erroneous stringstream declaration, which compiled on MacOSX but failed on Linux.

This commit is contained in:
John M. Penn 2015-03-25 15:47:36 -05:00
parent f5334e07d7
commit 8536208822

View File

@ -17,7 +17,6 @@ int Trick::MemoryManager::read_checkpoint( std::istream *is) {
}
if (currentCheckPointAgent->restore( is) !=0 ) {
std::stringstream;
emitError("Checkpoint restore failed.") ;
}