From 4af932e899a5816b6b6693534ad90425c3a51eb6 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Mon, 5 Aug 2019 14:47:02 +0200 Subject: [PATCH] remove incorrect #ifdef --- include/mysql/service_my_print_error.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/mysql/service_my_print_error.h b/include/mysql/service_my_print_error.h index e9af51c20cc..74ba6a2adb8 100644 --- a/include/mysql/service_my_print_error.h +++ b/include/mysql/service_my_print_error.h @@ -51,11 +51,9 @@ extern struct my_print_error_service_st { #define my_printv_error(A,B,C,D) my_print_error_service->my_printv_error_func(A,B,C,D) #else -#ifndef MY_ERROR_DEFINED extern void my_error(unsigned int nr, unsigned long MyFlags, ...); extern void my_printf_error(unsigned int my_err, const char *format, unsigned long MyFlags, ...); extern void my_printv_error(unsigned int error, const char *format, unsigned long MyFlags,va_list ap); -#endif /* MY_ERROR_DEFINED */ #endif /* MYSQL_DYNAMIC_PLUGIN */ #ifdef __cplusplus