Index: native_client_sdk/src/tests/nacl_io_test/mock_kernel_proxy.h |
diff --git a/native_client_sdk/src/tests/nacl_io_test/mock_kernel_proxy.h b/native_client_sdk/src/tests/nacl_io_test/mock_kernel_proxy.h |
index 2402b76501ef46b8488d91d831da872e3e8b4bd2..03059a9e4bdac418487c2ad5be1f545b7cff004f 100644 |
--- a/native_client_sdk/src/tests/nacl_io_test/mock_kernel_proxy.h |
+++ b/native_client_sdk/src/tests/nacl_io_test/mock_kernel_proxy.h |
@@ -95,7 +95,6 @@ class MockKernelProxy : public nacl_io::KernelProxy { |
MOCK_METHOD3(socket, int(int, int, int)); |
MOCK_METHOD4(socketpair, int(int, int, int, int*)); |
#endif // PROVIDES_SOCKET_API |
- |
}; |
#endif // TESTS_NACL_IO_TEST_MOCK_KERNEL_PROXY_H_ |