mirror of https://github.com/apache/lucene.git
LUCENE-7919: remove useless notify
This commit is contained in:
parent
0dca964a5d
commit
b531fbc5fd
|
@ -212,8 +212,6 @@ final class DocumentsWriterPerThreadPool {
|
|||
state.unlock();
|
||||
synchronized (this) {
|
||||
freeList.add(state);
|
||||
// In case any thread is waiting, wake one of them up since we just released a thread state:
|
||||
notify();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue