Remove dead code
Follow-up on r11583
Index.java, NullIndex.java:
Removed curLocal field (not used anywhere) + removed closeCursor() as a consequence
Importer.java:
Some code cleanup.
| | |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public void closeCursor() throws DatabaseException |
| | | { |
| | | // Do nothing. |
| | | } |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public void addEntry(IndexBuffer buffer, EntryID entryID, Entry entry, IndexingOptions options) |
| | | throws DatabaseException, DirectoryException |
| | | { |
| | |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public void closeCursor() throws StorageRuntimeException |
| | | { |
| | | // Do nothing. |
| | | } |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public void addEntry(IndexBuffer buffer, EntryID entryID, Entry entry, IndexingOptions options) |
| | | throws StorageRuntimeException, DirectoryException |
| | | { |