Skip to content

Commit a2d6096

Browse files
committed
test: delete unused function
1 parent 6a3b9e1 commit a2d6096

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/esockd_acceptor_SUITE.erl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -253,10 +253,6 @@ consume(_Token, #{name := pause_then_allow} = Limiter) ->
253253
consume(_Token, #{name := no_limit} = Limiter) ->
254254
{ok, Limiter}.
255255

256-
%% inspect during tests
257-
get_pd_counter(Tag) ->
258-
get({counter, Tag}).
259-
260256
now_ts() -> erlang:system_time(millisecond).
261257

262258
wait_for_counter(Config, Index, Count, Timeout) ->

0 commit comments

Comments
 (0)