Skip to content

Commit

Permalink
Remove unused macro 'UCORO_HAS_STD_COROUTINE'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed Oct 6, 2024
1 parent 83e6284 commit c12abfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/ucoro/awaitable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

#if __has_include(<coroutine>)
#include <coroutine>
#define UCORO_HAS_STD_COROUTINE
#else
#include <experimental/coroutine>
namespace std
Expand Down

0 comments on commit c12abfe

Please sign in to comment.