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