aboutsummaryrefslogtreecommitdiff
path: root/libbutl/pager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/pager.cxx')
-rw-r--r--libbutl/pager.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/libbutl/pager.cxx b/libbutl/pager.cxx
index 12ad991..3013618 100644
--- a/libbutl/pager.cxx
+++ b/libbutl/pager.cxx
@@ -168,8 +168,7 @@ namespace butl
Sleep (50);
#endif
- bool r;
- if (p_.try_wait (r))
+ if (p_.try_wait ())
{
p_.out_fd.reset ();