Skip to content
Snippets Groups Projects
Commit 3b5c7489 authored by Vladimir Davydov's avatar Vladimir Davydov
Browse files

index: remove unused and unnecessary methods

 - Index::findByTuple(), index_is_primary(), index_id() are not used
   anywhere.
 - Index::initIterator() is useless - it just throws an exception, child
   classes can do it themselves.
 - index_name() is trivial - callers can use index->def->name.

Needed for #2776
parent d9e4feb3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment