1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-09-29 23:35:26 +00:00

sip-origin: Remove unused variable

This commit is contained in:
Evangelos Ribeiro Tzaras 2023-05-03 10:26:20 +02:00
parent 0106f43715
commit 65556efe93

View file

@ -1040,7 +1040,6 @@ static CallsSipHandles *
setup_sip_handles (CallsSipOrigin *self) setup_sip_handles (CallsSipOrigin *self)
{ {
CallsSipHandles *oper; CallsSipHandles *oper;
g_autofree char *registrar_url = NULL;
g_assert (CALLS_IS_SIP_ORIGIN (self)); g_assert (CALLS_IS_SIP_ORIGIN (self));