diff options
author | eldritch horrors <pennae@lix.systems> | 2024-05-21 18:42:15 +0200 |
---|---|---|
committer | eldritch horrors <pennae@lix.systems> | 2024-07-16 01:50:16 +0000 |
commit | ef0de7c79f3b32f66db447220d26eae7e7c07b19 (patch) | |
tree | 79fbdaea7fd047197824ca5eefddd046dd65c3f1 /src/libutil | |
parent | dfedbc154f08bc025706847b275333526f87579b (diff) |
remove boost coroutine references
we no longer need these since sinkToSource and sourceToSink are gone.
Change-Id: Ibbf440e2cf71bf3e9f3b833af2d78a21fb1b3193
Diffstat (limited to 'src/libutil')
-rw-r--r-- | src/libutil/serialise.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libutil/serialise.cc b/src/libutil/serialise.cc index a294a7ea1..f1db05b0b 100644 --- a/src/libutil/serialise.cc +++ b/src/libutil/serialise.cc @@ -5,8 +5,6 @@ #include <cerrno> #include <memory> -#include <boost/coroutine2/coroutine.hpp> - namespace nix { |