]> git.puffer.fish Git - mirror/frr.git/commitdiff
pimd: remove api source_channel_oil_detach() 11560/head
authorSarita Patra <saritap@vmware.com>
Wed, 31 May 2023 11:37:35 +0000 (04:37 -0700)
committerSarita Patra <saritap@vmware.com>
Mon, 5 Jun 2023 05:23:56 +0000 (22:23 -0700)
This API is no more in use.

Signed-off-by: Sarita Patra <saritap@vmware.com>
pimd/pim_igmpv3.c

index 96f97f1d1272d14f17ac684717936e6d80ecd80e..18a9fb7c6c7652bb01ef08c359c70f4f9e91ef2c 100644 (file)
@@ -319,14 +319,6 @@ void igmp_source_free(struct gm_source *source)
        XFREE(MTYPE_PIM_IGMP_GROUP_SOURCE, source);
 }
 
-static void source_channel_oil_detach(struct gm_source *source)
-{
-       if (source->source_channel_oil) {
-               pim_channel_oil_del(source->source_channel_oil, __func__);
-               source->source_channel_oil = NULL;
-       }
-}
-
 /*
   igmp_source_delete:       stop forwarding, and delete the source
   igmp_source_forward_stop: stop forwarding, but keep the source