LUCENE-7919: remove useless notify

This commit is contained in:
Mike McCandless 2017-08-07 18:53:40 -04:00
parent 0dca964a5d
commit b531fbc5fd
1 changed files with 0 additions and 2 deletions

View File

@ -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();
}
}