diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-30 21:46:10 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-30 21:46:10 +0000 |
| commit | 25674c1e6a66715286f7f9a5116fdf3baff1c738 (patch) | |
| tree | 86d8ba45bebe787ab697ba7543d2fa97f272fab9 /src/lib/writer.cc | |
| parent | 7d66aefc8a38140f5ea5620432c24ed9b370b481 (diff) | |
Comment and slightly tidy ExceptionStore.
Diffstat (limited to 'src/lib/writer.cc')
| -rw-r--r-- | src/lib/writer.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/writer.cc b/src/lib/writer.cc index 4129b7a82..414ea72eb 100644 --- a/src/lib/writer.cc +++ b/src/lib/writer.cc @@ -335,9 +335,7 @@ Writer::finish () lock.unlock (); _thread->join (); - if (thrown ()) { - rethrow (); - } + rethrow (); delete _thread; _thread = 0; |
