Removed fibers from compilation.

It's not used anyway, but breaks building with musl.

This closes issue #5 on GitHub.
This commit is contained in:
Valentin Bartenev
2017-09-22 16:42:42 +03:00
parent 6a78aedb7e
commit 45c1d41f34
7 changed files with 22 additions and 7 deletions

View File

@@ -292,7 +292,9 @@ nxt_runtime_event_engines(nxt_task_t *task, nxt_runtime_t *rt)
thread = task->thread;
thread->engine = engine;
#if 0
thread->fiber = &engine->fibers->fiber;
#endif
engine->id = rt->last_engine_id++;