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 workarounds for ancient systems.

mysys/default.c:
  Make cast more explicit to ensure a correct offset.
This commit is contained in:
Davi Arnaut
2010-07-23 17:17:55 -03:00
parent 507ca08ff6
commit e001970cc7
29 changed files with 94 additions and 117 deletions

View File

@@ -90,12 +90,6 @@ extern char _dig_vec_lower[];
#ifndef strmov
#define strmov_overlapp(A,B) strmov(A,B)
#define strmake_overlapp(A,B,C) strmake(A,B,C)
#endif
#ifdef BAD_MEMCPY /* Problem with gcc on Alpha */
#define memcpy_fixed(A,B,C) bmove((A),(B),(C))
#else
#define memcpy_fixed(A,B,C) memcpy((A),(B),(C))
#endif
/* Prototypes for string functions */