Skip to content

Commit d44348d

Browse files
author
Hubert Plociniczak
committed
Removed useless lines
1 parent f9551d3 commit d44348d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/com/rabbitmq/client/impl/AMQChannel.java

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -236,11 +236,8 @@ public void processShutdownSignal(ShutdownSignalException signal,
236236
ensureIsOpen(); // invariant: we should never be shut down more than once per instance
237237
if (isOpen())
238238
_shutdownCause = signal;
239-
240-
synchronized(this) {
241-
_blockContent = false;
242-
notifyAll();
243-
}
239+
240+
notifyAll();
244241
}
245242
} finally {
246243
if (notifyRpc)

0 commit comments

Comments
 (0)