aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/include/janet.h
diff options
context:
space:
mode:
authorllmII <dev@amlegion.org>2021-09-05 10:45:45 -0500
committerllmII <dev@amlegion.org>2021-09-05 10:45:45 -0500
commit981f03fef3b16109f62b23f146a626996ae7a212 (patch)
tree49f8589a040889771276769e3c755c46df8fabf0 /src/include/janet.h
parentNetBSD support (diff)
Remove comments regarding NetBSD breakage
Since those no longer should apply, don't keep them around.
Diffstat (limited to 'src/include/janet.h')
-rw-r--r--src/include/janet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/janet.h b/src/include/janet.h
index 9926ed4d..ff4e104c 100644
--- a/src/include/janet.h
+++ b/src/include/janet.h
@@ -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