diff --git a/tests/test/c/tmqSim.c b/tests/test/c/tmqSim.c index e1755148e6..dd7276e4b7 100644 --- a/tests/test/c/tmqSim.c +++ b/tests/test/c/tmqSim.c @@ -634,9 +634,7 @@ int32_t getConsumeInfo() { return 0; } -LONG WINAPI exceptionHandler(LPEXCEPTION_POINTERS exception); int main(int32_t argc, char* argv[]) { - SetUnhandledExceptionFilter(exceptionHandler); parseArgument(argc, argv); getConsumeInfo(); saveConfigToLogFile();