Remove unnecessary code

A descriptor is always added to the global epoll instance or
to a specific worker, never just to _any_ worker.
This commit is contained in:
Johan Wikman
2018-02-28 20:11:27 +02:00
parent e385e6fcd4
commit a197e6c859
2 changed files with 1 additions and 13 deletions

View File

@ -60,11 +60,6 @@ typedef struct mxs_poll_data
*/
#define MXS_WORKER_ALL -1
/**
* A file descriptor should be added to the poll set of some worker.
*/
#define MXS_WORKER_ANY -2
/**
* Add a file descriptor with associated data to the poll set.
*