Remove unused method
This commit is contained in:
parent
56edb5eb3a
commit
8325786b33
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue