diff options
Diffstat (limited to 'libnativebridge/tests/NativeBridgeApi.c')
-rw-r--r-- | libnativebridge/tests/NativeBridgeApi.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libnativebridge/tests/NativeBridgeApi.c b/libnativebridge/tests/NativeBridgeApi.c index 7ab71fe814..8440b59991 100644 --- a/libnativebridge/tests/NativeBridgeApi.c +++ b/libnativebridge/tests/NativeBridgeApi.c @@ -17,9 +17,3 @@ /* The main purpose of this test is to ensure this C header compiles in C, so * that no C++ features inadvertently leak into the C ABI. */ #include "nativebridge/native_bridge.h" - -int main(int argc, char** argv) { - (void)argc; - (void)argv; - return 0; -} |