diff options
| -rw-r--r-- | src/rabbit_mirror_queue_slave.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rabbit_mirror_queue_slave.erl b/src/rabbit_mirror_queue_slave.erl index 7f65af6544..c8bff0c434 100644 --- a/src/rabbit_mirror_queue_slave.erl +++ b/src/rabbit_mirror_queue_slave.erl @@ -147,7 +147,6 @@ init_slave(Q = #amqqueue{name = QName}) -> existing -> gm:leave(GM), {stop, normal, Q}; - %% TODO what about this case? master_in_recovery -> gm:leave(GM), %% The queue record vanished - we must have a master starting |
