Skip to content

Commit

Permalink
test: delete unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
zmstone committed Nov 11, 2024
1 parent 6a3b9e1 commit a2d6096
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/esockd_acceptor_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -253,10 +253,6 @@ consume(_Token, #{name := pause_then_allow} = Limiter) ->
consume(_Token, #{name := no_limit} = Limiter) ->
{ok, Limiter}.

%% inspect during tests
get_pd_counter(Tag) ->
get({counter, Tag}).

now_ts() -> erlang:system_time(millisecond).

wait_for_counter(Config, Index, Count, Timeout) ->
Expand Down

0 comments on commit a2d6096

Please sign in to comment.