Skip to content

Commit 02b4d99

Browse files
committed
Comment out unused variable initialization
WIP
1 parent 54c0112 commit 02b4d99

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deps/rabbit/src/rabbit_stream_sac_coordinator.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ ensure_monitors({unregister_consumer,
190190
_State0,
191191
_Monitors,
192192
_Effects) ->
193-
_GroupId = {VirtualHost, Stream, ConsumerName},
193+
% _GroupId = {VirtualHost, Stream, ConsumerName},
194194
case lookup_group(VirtualHost, Stream, ConsumerName, StreamGroups0) of
195195
undefined ->
196196
%% group is gone

deps/rabbit_common/mk/rabbitmq-early-test.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ CT_OPTS += -hidden
5555
# results over time.
5656

5757
ifndef TRAVIS
58-
# CT_HOOKS ?= cth_styledout
59-
# TEST_DEPS += cth_styledout
58+
CT_HOOKS ?= cth_styledout
59+
TEST_DEPS += cth_styledout
6060
endif
6161

6262
ifdef TRAVIS

0 commit comments

Comments
 (0)