From 8c30a165e5e4abca38461ca687b18a514fcd346b Mon Sep 17 00:00:00 2001 From: eldritch horrors Date: Fri, 6 Jun 2025 18:09:46 +0200 Subject: [PATCH] libutil: remove long-dead create_coro_gc_hook Change-Id: Ia37c6a5401dbe6453bfdfa733da5237d2c2dc819 --- lix/libutil/serialise.hh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lix/libutil/serialise.hh b/lix/libutil/serialise.hh index 69230f6a2..74dfac0e6 100644 --- a/lix/libutil/serialise.hh +++ b/lix/libutil/serialise.hh @@ -598,10 +598,4 @@ struct FramedSink : nix::BufferedSink }; }; -/* Disabling GC when entering a coroutine (without the boehm patch). - mutable to avoid boehm gc dependency in libutil. - */ -extern std::shared_ptr (*create_coro_gc_hook)(); - - }