summaryrefslogtreecommitdiff
path: root/ndb
diff options
context:
space:
mode:
authorunknown <stewart@mysql.com>2005-06-20 15:18:53 +1000
committerunknown <stewart@mysql.com>2005-06-20 15:18:53 +1000
commit8d87d9bf290c534692072b6ef3795a7d67ce6340 (patch)
tree01c6b01485e0243f4c67a19a364bf37f724ef77e /ndb
parentf35c177a2a754c0b09b01c59d1d958f124382c19 (diff)
downloadmariadb-git-8d87d9bf290c534692072b6ef3795a7d67ce6340.tar.gz
BUG#11377 Building cluster in 4.1 BK tree fails with GCC4.0
ndb/src/kernel/SimBlockList.cpp: GCC 4.0 build fix
Diffstat (limited to 'ndb')
-rw-r--r--ndb/src/kernel/SimBlockList.cpp1
1 files changed, 0 insertions, 1 deletions
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);