mirror of
https://github.com/MariaDB/server.git
synced 2025-04-20 22:25:30 +02:00
remove incorrect #ifdef
This commit is contained in:
parent
72c5a8d39b
commit
4af932e899
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue