From 0476a5f06a1181c1f19da27a95a1a8c080ebe7d7 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Mon, 31 Aug 2015 21:18:26 +0200 Subject: [PATCH] Remove extra empty line introduced by 0c835420008bb1767ea1969cd8d63adf1c80e374 --- .../src/main/c/io_netty_channel_epoll_Native.c | 1 - 1 file changed, 1 deletion(-) diff --git a/transport-native-epoll/src/main/c/io_netty_channel_epoll_Native.c b/transport-native-epoll/src/main/c/io_netty_channel_epoll_Native.c index 5fcc2e77ae..756c3f53f6 100644 --- a/transport-native-epoll/src/main/c/io_netty_channel_epoll_Native.c +++ b/transport-native-epoll/src/main/c/io_netty_channel_epoll_Native.c @@ -116,7 +116,6 @@ void throwChannelExceptionErrorNo(JNIEnv* env, char* message, int errorNumber) { free(allocatedMessage); } - void throwIOException(JNIEnv* env, char* message) { (*env)->ThrowNew(env, ioExceptionClass, message); }