diff options
author | Davi Arnaut <davi.arnaut@oracle.com> | 2011-04-13 16:05:26 -0300 |
---|---|---|
committer | Davi Arnaut <davi.arnaut@oracle.com> | 2011-04-13 16:05:26 -0300 |
commit | 8aadfb40655bec8e4e861e92c031a4216edddb5e (patch) | |
tree | b4caa0a40b52840b8390b3bb71d1fc50f1cd14bc /mysys/mysys_priv.h | |
parent | 8b22d8c2ecb77336427eadb957669a3f0ef89513 (diff) | |
download | mariadb-git-8aadfb40655bec8e4e861e92c031a4216edddb5e.tar.gz |
Remove some leftovers from the removal of the gethostbyname wrappers.
Diffstat (limited to 'mysys/mysys_priv.h')
-rw-r--r-- | mysys/mysys_priv.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mysys/mysys_priv.h b/mysys/mysys_priv.h index e760ea808b7..5188b909863 100644 --- a/mysys/mysys_priv.h +++ b/mysys/mysys_priv.h @@ -36,10 +36,6 @@ extern PSI_mutex_key key_my_file_info_mutex; extern PSI_mutex_key key_LOCK_localtime_r; #endif /* !defined(HAVE_LOCALTIME_R) || !defined(HAVE_GMTIME_R) */ -#ifndef HAVE_GETHOSTBYNAME_R -extern PSI_mutex_key key_LOCK_gethostbyname_r; -#endif /* HAVE_GETHOSTBYNAME_R */ - extern PSI_mutex_key key_BITMAP_mutex, key_IO_CACHE_append_buffer_lock, key_IO_CACHE_SHARE_mutex, key_KEY_CACHE_cache_lock, key_LOCK_alarm, key_my_thread_var_mutex, key_THR_LOCK_charset, key_THR_LOCK_heap, |