Remove unused field in channel record.
This commit is contained in:
parent
8199c0f401
commit
542c0fe512
|
@ -136,9 +136,6 @@
|
||||||
next_tag,
|
next_tag,
|
||||||
%% messages pending consumer acknowledgement
|
%% messages pending consumer acknowledgement
|
||||||
unacked_message_q,
|
unacked_message_q,
|
||||||
%% queue processes are monitored to update
|
|
||||||
%% queue names
|
|
||||||
queue_monitors,
|
|
||||||
%% a map of consumer tags to
|
%% a map of consumer tags to
|
||||||
%% consumer details: #amqqueue record, acknowledgement mode,
|
%% consumer details: #amqqueue record, acknowledgement mode,
|
||||||
%% consumer exclusivity, etc
|
%% consumer exclusivity, etc
|
||||||
|
|
Loading…
Reference in New Issue