1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-31 23:53:02 +00:00

Remove comments regarding NetBSD breakage

Since those no longer should apply, don't keep them around.
This commit is contained in:
llmII
2021-09-05 10:45:45 -05:00
parent d40133dc72
commit 981f03fef3
2 changed files with 0 additions and 3 deletions

View File

@@ -198,7 +198,6 @@ extern "C" {
#define JANET_EV_EPOLL
#endif
/* TODO: Probably breaks NetBSD, might need help here. */
#if defined(JANET_BSD) && !defined(JANET_EV_NO_KQUEUE)
#define JANET_EV_KQUEUE
#endif