1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

WL#5498: Remove dead and unused source code

Remove unused source code and associated paraphernalia.
This commit is contained in:
Davi Arnaut
2010-07-23 17:14:35 -03:00
parent e7dd11f0be
commit 7a221fc9a3
33 changed files with 28 additions and 1703 deletions

View File

@@ -14,9 +14,6 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
/*
thread safe version of some common functions:
my_inet_ntoa
This file is also used to make handling of sockets and ioctl()
portable accross systems.
@@ -76,10 +73,6 @@ C_MODE_START
#define in_addr_t uint32
#endif
/* Thread safe or portable version of some functions */
void my_inet_ntoa(struct in_addr in, char *buf);
/*
Handling of gethostbyname_r()
*/