From 48a568cef62c3ed64300c8c8563d61f777078eff Mon Sep 17 00:00:00 2001 From: "mskold@mysql.com" <> Date: Wed, 31 May 2006 15:07:11 +0200 Subject: Removed dead code that had been commented out --- ndb/src/ndbapi/NdbDictionaryImpl.cpp | 2 +- ndb/src/ndbapi/NdbDictionaryImpl.hpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'ndb/src') diff --git a/ndb/src/ndbapi/NdbDictionaryImpl.cpp b/ndb/src/ndbapi/NdbDictionaryImpl.cpp index 80a584651d1..c2604ebe682 100644 --- a/ndb/src/ndbapi/NdbDictionaryImpl.cpp +++ b/ndb/src/ndbapi/NdbDictionaryImpl.cpp @@ -2147,7 +2147,7 @@ NdbDictionaryImpl::dropIndex(const char * indexName, m_error.code = 4243; return -1; } - int ret = dropIndex(*idx); //, tableName); + int ret = dropIndex(*idx); // If index stored in cache is incompatible with the one in the kernel // we must clear the cache and try again if (ret == INCOMPATIBLE_VERSION) { diff --git a/ndb/src/ndbapi/NdbDictionaryImpl.hpp b/ndb/src/ndbapi/NdbDictionaryImpl.hpp index 8763a444503..ad587a10e1d 100644 --- a/ndb/src/ndbapi/NdbDictionaryImpl.hpp +++ b/ndb/src/ndbapi/NdbDictionaryImpl.hpp @@ -379,7 +379,6 @@ public: int createIndex(NdbIndexImpl &ix); int dropIndex(const char * indexName, const char * tableName); - // int dropIndex(NdbIndexImpl &, const char * tableName); int dropIndex(NdbIndexImpl &); NdbTableImpl * getIndexTable(NdbIndexImpl * index, NdbTableImpl * table); -- cgit v1.2.1