mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
Remove unused code.
This commit is contained in:
parent
42a07d5040
commit
162ab29157
1 changed files with 0 additions and 14 deletions
|
@ -102,20 +102,6 @@ static char* srv_monitor_file_name;
|
|||
#define SRV_MAX_N_PENDING_SYNC_IOS 100
|
||||
|
||||
|
||||
/* Avoid warnings when using purify */
|
||||
|
||||
#ifdef HAVE_purify
|
||||
static int inno_bcmp(register const char *s1, register const char *s2,
|
||||
register uint len)
|
||||
{
|
||||
while ((len-- != 0) && (*s1++ == *s2++))
|
||||
;
|
||||
|
||||
return(len + 1);
|
||||
}
|
||||
#define memcmp(A,B,C) inno_bcmp((A),(B),(C))
|
||||
#endif
|
||||
|
||||
static
|
||||
char*
|
||||
srv_parse_megabytes(
|
||||
|
|
Loading…
Reference in a new issue