Skip to content

Commit

Permalink
Remove coroutine stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniini committed Apr 12, 2012
1 parent cacbb8d commit 5a884e2
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 164 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -3911,7 +3911,7 @@ fi
LIBMOWGLI_MODULES="core base container concurrent coroutine dns eventloop ext linebuf module object thread vio"
LIBMOWGLI_MODULES="core base container concurrent dns eventloop ext linebuf module object thread vio"
LIBMOWGLI_MODULE_BUILD="$(echo && echo x)"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fi
AC_PATH_PROG(AR, ar)
AC_PATH_PROG(RANLIB, ranlib)

LIBMOWGLI_MODULES="core base container concurrent coroutine dns eventloop ext linebuf module object thread vio"
LIBMOWGLI_MODULES="core base container concurrent dns eventloop ext linebuf module object thread vio"
AC_SUBST(LIBMOWGLI_MODULES)

LIBMOWGLI_MODULE_BUILD="$(echo && echo x)"
Expand Down
15 changes: 0 additions & 15 deletions src/libmowgli/coroutine/Makefile

This file was deleted.

44 changes: 0 additions & 44 deletions src/libmowgli/coroutine/coroutine.c

This file was deleted.

45 changes: 0 additions & 45 deletions src/libmowgli/coroutine/coroutine.h

This file was deleted.

58 changes: 0 additions & 58 deletions src/libmowgli/coroutine/coroutine_private.h

This file was deleted.

0 comments on commit 5a884e2

Please sign in to comment.