Commit 445e8287 authored by unknown's avatar unknown
Browse files

Removed dead code that had been commented out

parent f982aa93
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {
+0 −1
Original line number Diff line number Diff line
@@ -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);