Commit b98b31ac authored by Kenton Varda's avatar Kenton Varda

Remove ancient dead code.

A long, long time ago, an early version of the event loop code was multithread-aware and used futexes. I ripped that all out later but apparently didn't remove these includes.
parent 8b84a96a
......@@ -36,12 +36,6 @@
#include <sched.h> // just for sched_yield()
#endif
#if KJ_USE_FUTEX
#include <unistd.h>
#include <sys/syscall.h>
#include <linux/futex.h>
#endif
#if !KJ_NO_RTTI
#include <typeinfo>
#if __GNUC__
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment