From 1ecef319d7c8a07073fb37c3b88e3ccce8c94c97 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sat, 25 Jun 2022 19:30:03 -0700 Subject: Remove aisa::suspend() which was trivial. --- aisa/coroutine.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'aisa/coroutine.h') diff --git a/aisa/coroutine.h b/aisa/coroutine.h index 40a6982..a456c89 100644 --- a/aisa/coroutine.h +++ b/aisa/coroutine.h @@ -4,8 +4,6 @@ namespace aisa { - inline auto suspend() noexcept { return std::suspend_always{}; } - template struct promise; template struct task : public std::coroutine_handle> { -- cgit v1.2.3