Squash a warning on OTP 24
This commit is contained in:
parent
cd1a271499
commit
5f72779d57
|
@ -2302,7 +2302,7 @@ beta_limit(Q) ->
|
|||
empty -> undefined
|
||||
end.
|
||||
|
||||
delta_limit(?BLANK_DELTA_PATTERN(_X)) -> undefined;
|
||||
delta_limit(?BLANK_DELTA_PATTERN(_)) -> undefined;
|
||||
delta_limit(#delta { start_seq_id = StartSeqId }) -> StartSeqId.
|
||||
|
||||
%%----------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue