Skip to content

Commit d27e6be

Browse files
committed
coro: Remove.
After further consideration, I think the coroutine library is too ugly to go into csnip. Remove it.
1 parent 2796bce commit d27e6be

File tree

6 files changed

+0
-315
lines changed

6 files changed

+0
-315
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ datastructures for C. Some highlights:
1010
* Often used things such as convenient command line options parser, or
1111
logging tools.
1212

13-
* Coroutines
14-
1513
* Many more things.
1614

1715
Csnip comes with fairly extensive online documentation. For further

examples/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
set(samples_c
22
clopts.c
3-
coro.c
43
dlist.c
54
fmt.c
65
getopt.c

examples/coro.c

Lines changed: 0 additions & 59 deletions
This file was deleted.

examples/coro_perf.c

Lines changed: 0 additions & 93 deletions
This file was deleted.

src/csnip/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ set(public_headers
113113
arr.h
114114
cext.h
115115
clopts.h
116-
coro.h
117116
err.h
118117
fmt.h
119118
hash.h

src/csnip/coro.h

Lines changed: 0 additions & 159 deletions
This file was deleted.

0 commit comments

Comments
 (0)