diff options
| -rw-r--r-- | include/stc/algo/coroutine.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/stc/algo/coroutine.h b/include/stc/algo/coroutine.h index 00428f75..5607897a 100644 --- a/include/stc/algo/coroutine.h +++ b/include/stc/algo/coroutine.h @@ -62,10 +62,6 @@ enum { cco_state_done = -2, }; -typedef struct { - int cco_state; -} cco_state; - #define cco_alive(ctx) ((ctx)->cco_state > 0) #define cco_done(ctx) ((ctx)->cco_state == cco_state_done) |
