From cad57841853ce62e31a3b8ad39447728c3465511 Mon Sep 17 00:00:00 2001 From: Jackarain Date: Wed, 2 Oct 2024 22:57:46 +0800 Subject: [PATCH] Update comment --- include/ucoro/awaitable.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/ucoro/awaitable.hpp b/include/ucoro/awaitable.hpp index 6cf35e7..4b718ed 100644 --- a/include/ucoro/awaitable.hpp +++ b/include/ucoro/awaitable.hpp @@ -38,7 +38,6 @@ namespace ucoro ////////////////////////////////////////////////////////////////////////// - /// is_awaiter from https://github.com/lewissbaker/cppcoro/blob/master/include/cppcoro/detail/is_awaiter.hpp namespace detail { // NOTE: We're accepting a return value of coroutine_handle

here