Removed superfluous return
This commit is contained in:
parent
164f1f68e6
commit
20c1688223
1 changed files with 0 additions and 1 deletions
|
|
@ -239,7 +239,6 @@ namespace fc
|
||||||
ss << "<- exception in to_string.\n";
|
ss << "<- exception in to_string.\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return ss.str();
|
|
||||||
} catch( std::bad_alloc& ) {
|
} catch( std::bad_alloc& ) {
|
||||||
throw;
|
throw;
|
||||||
} catch( ... ) {
|
} catch( ... ) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue