Removed superfluous return

This commit is contained in:
Peter Conrad 2019-09-18 13:07:01 +02:00
parent 164f1f68e6
commit 20c1688223

View file

@ -239,7 +239,6 @@ namespace fc
ss << "<- exception in to_string.\n";
}
}
return ss.str();
} catch( std::bad_alloc& ) {
throw;
} catch( ... ) {