Remove unused method

This commit is contained in:
Simon Willnauer 2018-02-19 12:24:28 +01:00
parent 56edb5eb3a
commit 8325786b33
1 changed files with 0 additions and 8 deletions

View File

@ -399,14 +399,6 @@ final class LiveVersionMap implements ReferenceManager.RefreshListener, Accounta
}
}
/**
* Caller has a lock, so that this uid will not be concurrently added/deleted by another thread.
*/
DeleteVersionValue getTombstoneUnderLock(BytesRef uid) {
assert keyedLock.isHeldByCurrentThread(uid);
return tombstones.get(uid);
}
/**
* Called when this index is closed.
*/