MT#55283 remove useless hash table

Change-Id: I4440acee225ced49c59493ed036e339c8a5e49c3
rfuchs/2010
Richard Fuchs 7 months ago
parent e1cfefc07e
commit b26252b2a5

@ -2698,7 +2698,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);
}

Loading…
Cancel
Save