diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-05 19:51:51 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-12-05 19:51:51 +0100 |
| commit | 92a83797f242ac06b6e45e28711d1badee6762fa (patch) | |
| tree | 5eb59b5ded58343650567a903ea94b600828e67a /src/lib | |
| parent | 76b74266dabbefef862e03cfb497db27b3b77c7b (diff) | |
Remove redundant check.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/writer.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/writer.cc b/src/lib/writer.cc index 4915fe68d..5198cfb31 100644 --- a/src/lib/writer.cc +++ b/src/lib/writer.cc @@ -387,10 +387,6 @@ try LOG_TIMING (N_("writer-wake queue=%1"), _queue.size()); } - if (_finish && _queue.empty()) { - return; - } - /* We stop here if we have been asked to finish, and if either the queue is empty or we do not have a sequenced image at its head (if this is the case we will never terminate as no new frames will be sent once |
