From 4fd0c748d02f6543b53422de1c63f58b8588fcdb Mon Sep 17 00:00:00 2001 From: Maksym Sobolyev Date: Wed, 4 Oct 2023 13:46:55 -0700 Subject: [PATCH] GC unused local variables. --- sippy_lite/sippy/Rtp_proxy_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sippy_lite/sippy/Rtp_proxy_client.py b/sippy_lite/sippy/Rtp_proxy_client.py index cd9d73a..cc9ec10 100644 --- a/sippy_lite/sippy/Rtp_proxy_client.py +++ b/sippy_lite/sippy/Rtp_proxy_client.py @@ -227,7 +227,7 @@ def go_online(self): return if not self.online: if not self.caps_done: - rtpp_cc = Rtpp_caps_checker(self) + Rtpp_caps_checker(self) return self.online = True self.heartbeat()