From 8d87d9bf290c534692072b6ef3795a7d67ce6340 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 20 Jun 2005 15:18:53 +1000 Subject: [PATCH] BUG#11377 Building cluster in 4.1 BK tree fails with GCC4.0 ndb/src/kernel/SimBlockList.cpp: GCC 4.0 build fix --- ndb/src/kernel/SimBlockList.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ndb/src/kernel/SimBlockList.cpp b/ndb/src/kernel/SimBlockList.cpp index 75a52ae0c4b..bf3958cf137 100644 --- a/ndb/src/kernel/SimBlockList.cpp +++ b/ndb/src/kernel/SimBlockList.cpp @@ -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);