From 04d9ab3de8ea5ca63103682ff97e73ea1c2b19a8 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Fri, 19 Sep 2025 13:32:19 -0400 Subject: [PATCH] MT#55283 remove useless hash table Change-Id: I4440acee225ced49c59493ed036e339c8a5e49c3 (cherry picked from commit b26252b2a576b7f6531a189058c9fe8f9b3c7af0) --- daemon/call.c | 1 - 1 file changed, 1 deletion(-) diff --git a/daemon/call.c b/daemon/call.c index 3571b6437..88d639170 100644 --- a/daemon/call.c +++ b/daemon/call.c @@ -2682,7 +2682,6 @@ __attribute__((nonnull(1))) static void update_init_subscribers(struct call_media *media, struct stream_params *sp, sdp_ng_flags *flags, enum ng_opmode opmode) { - g_autoptr(GHashTable) recurs_ht = g_hash_table_new(g_direct_hash, g_direct_equal); __update_init_subscribers(media, sp, flags, opmode, ++media->call->update_iter); }