diff options
Diffstat (limited to 'mysys/my_static.c')
-rw-r--r-- | mysys/my_static.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mysys/my_static.c b/mysys/my_static.c index 4c977837e05..84d2dc64fc6 100644 --- a/mysys/my_static.c +++ b/mysys/my_static.c @@ -68,10 +68,6 @@ uint my_large_page_size= 0; int volatile my_have_got_alarm=0; /* declare variable to reset */ ulong my_time_to_wait_for_lock=2; /* In seconds */ -#ifdef WITH_WSREP -my_bool mysys_wsrep= 0; -#endif - /* from errors.c */ #ifdef SHARED_LIBRARY const char *globerrs[GLOBERRS]; /* my_error_messages is here */ |