diff options
author | Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com> | 2023-03-08 20:47:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-08 20:47:52 +0100 |
commit | 39700c5cbeeb8005bfbe052ea79ababe46d7f072 (patch) | |
tree | beaa1f8b1f746ec0e9766617f0f9ff5be2631810 /src/libutil/serialise.hh | |
parent | e8415dc439704ee71b0a03b60bc5110bd3426314 (diff) |
Revert "Disable GC during coroutine execution + test"
Diffstat (limited to 'src/libutil/serialise.hh')
-rw-r--r-- | src/libutil/serialise.hh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libutil/serialise.hh b/src/libutil/serialise.hh index e99c5fcc7..7da5b07fd 100644 --- a/src/libutil/serialise.hh +++ b/src/libutil/serialise.hh @@ -501,10 +501,4 @@ struct StackAllocator { static StackAllocator *defaultAllocator; }; -/* Disabling GC when entering a coroutine (without the boehm patch). - mutable to avoid boehm gc dependency in libutil. - */ -extern std::shared_ptr<void> (*create_coro_gc_hook)(); - - } |