Skip to content

Commit

Permalink
[doc] remove reference to Linux rt-signals
Browse files Browse the repository at this point in the history
Linux rt-signals fdevent mechanism was removed a while ago
  • Loading branch information
gstrauss committed Dec 5, 2016
1 parent 331ac4f commit 1584c5d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion doc/outdated/performance.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ OS Method Config Value
============ ========== ===============
all select select
Unix poll poll
Linux 2.4+ rt-signals linux-rtsig
Linux 2.6+ epoll linux-sysepoll
Solaris /dev/poll solaris-devpoll
FreeBSD, ... kqueue freebsd-kqueue
Expand Down
5 changes: 0 additions & 5 deletions src/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -563,11 +563,6 @@ static void show_features (void) {
#else
"\t- poll (Unix)\n"
#endif
#ifdef USE_LINUX_SIGIO
"\t+ rt-signals (Linux 2.4+)\n"
#else
"\t- rt-signals (Linux 2.4+)\n"
#endif
#ifdef USE_LINUX_EPOLL
"\t+ epoll (Linux 2.6)\n"
#else
Expand Down

0 comments on commit 1584c5d

Please sign in to comment.