Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There are two overloads of `poll` - one that has `-1` as the default value for the timeout, and one that does not have the timeout argument (which calls the previous one with -1 for the timeout). This makes it ambiguous for the compiler when `poll` is called without the timeout. This patch removes the second overload as it is not needed since the first one already covers the same case.
- Loading branch information