diff options
Diffstat (limited to 'mysys/my_static.c')
-rw-r--r-- | mysys/my_static.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mysys/my_static.c b/mysys/my_static.c index ac0ad2467f7..60e23e8dfa9 100644 --- a/mysys/my_static.c +++ b/mysys/my_static.c @@ -94,11 +94,6 @@ const char *(*proc_info_hook)(void *, const char *, const char *, const char *, void (*debug_sync_C_callback_ptr)(const char *, size_t); #endif /* defined(ENABLED_DEBUG_SYNC) */ -#ifdef __WIN__ -/* from my_getsystime.c */ -ulonglong query_performance_frequency, query_performance_offset; -#endif - /* How to disable options */ my_bool my_disable_locking=0; my_bool my_disable_sync=0; |