netty5/transport-native-epoll/src
Carl Mastrangelo 5e86325a8c Remove unused method from native epoll
Motivation:

Unused methods create warnings on some C compilers.  It may not be feasible to selectively turn them off.

Modifications:

Remove createInetSocketAddress as it is unused.

Result:

Less noisy compilation
2016-06-15 09:51:58 -07:00
..
main Remove unused method from native epoll 2016-06-15 09:51:58 -07:00
test/java/io/netty/channel DuplexChannel to support shutdownInput 2016-05-18 09:11:49 +02:00