Commit c4066ada authored by stewart@mysql.com's avatar stewart@mysql.com

BUG#11377 Building cluster in 4.1 BK tree fails with GCC4.0

parent 917276f2
......@@ -39,7 +39,6 @@
#else
enum SIMBLOCKLIST_DUMMY { A_VALUE = 0 };
static
void * operator new (size_t sz, SIMBLOCKLIST_DUMMY dummy){
char * tmp = (char *)malloc(sz);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment