aboutsummaryrefslogtreecommitdiff
path: root/load/load.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-08-04 15:18:31 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-08-04 15:25:00 +0300
commitd33e656f1169bb6744ecb3418bed68340d0d3b97 (patch)
treeaccf50b0b7fe9c7ca8990ea4986ddeeab778afa5 /load/load.cxx
parentdfc0fb1cb888f7ba71bf84717e182d267a78261d (diff)
Don't log warning if build task is expired due to suspended build machine
Diffstat (limited to 'load/load.cxx')
-rw-r--r--load/load.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/load/load.cxx b/load/load.cxx
index 0468565..2fb50c0 100644
--- a/load/load.cxx
+++ b/load/load.cxx
@@ -454,7 +454,7 @@ load_packages (const shared_ptr<repository>& rp,
// repository is of a type other than pkg) or if the type is not
// recognized (can only happen in the "ignore unknown" mode).
//
- auto to_typed_text = [&cl, &p, ignore_unknown] (typed_text_file&& v)
+ auto to_typed_text = [&cl, ignore_unknown] (typed_text_file&& v)
{
optional<typed_text> r;