Skip to content

Commit

Permalink
remove get event transport arg
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcmarrow authored and s0undt3ch committed Jun 18, 2023
1 parent 60086b0 commit 0f4c789
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions salt/utils/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@
def get_event(
node,
sock_dir=None,
transport=None,
opts=None,
listen=True,
io_loop=None,
Expand All @@ -121,13 +120,6 @@ def get_event(
set_event_handler() API. Otherwise, operation
will be synchronous.
"""
if transport:
salt.utils.versions.warn_until(
"Chlorine",
"The 'transport' kwarg has been deprecated and it will be removed "
"in the Chlorine release, as such, its usage is no longer required.",
)

sock_dir = sock_dir or opts["sock_dir"]
# TODO: AIO core is separate from transport
if node == "master":
Expand Down

0 comments on commit 0f4c789

Please sign in to comment.