ha_innodb.cc: Remove unused define MAX_ULONG_BIT.

This commit is contained in:
osku 2006-12-07 12:45:26 +00:00
parent 0138132c05
commit 17e67cd556

View file

@ -40,9 +40,6 @@ have disables the InnoDB inlining in this file. */
#include <myisampack.h>
#include <mysys_err.h>
#include <my_sys.h>
#define MAX_ULONG_BIT ((ulong) 1 << (sizeof(ulong)*8-1))
#include "ha_innodb.h"
pthread_mutex_t innobase_share_mutex, /* to protect innobase_open_files */