diff options
| author | Sai Gomathi <nsaigomathi@vmware.com> | 2021-11-25 08:08:09 -0800 | 
|---|---|---|
| committer | Sai Gomathi <nsaigomathi@vmware.com> | 2021-11-25 20:42:54 -0800 | 
| commit | b850813975cefb317b0b19e4d06f919ad90db8be (patch) | |
| tree | 15f8b466062ee2b85740347a1a6eae64dc1fe5a5 /pimd/pim_ifchannel.h | |
| parent | 4f037a39f2f32fb557b8da2bfac7853308782de6 (diff) | |
pimd: removing no caller functions
Removing the no caller function declarations and definitions
in pimd directory.
Signed-off-by: Sai Gomathi <nsaigomathi@vmware.com>
Diffstat (limited to 'pimd/pim_ifchannel.h')
| -rw-r--r-- | pimd/pim_ifchannel.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/pimd/pim_ifchannel.h b/pimd/pim_ifchannel.h index 52f02a660b..332d40d926 100644 --- a/pimd/pim_ifchannel.h +++ b/pimd/pim_ifchannel.h @@ -160,6 +160,5 @@ void pim_ifchannel_set_star_g_join_state(struct pim_ifchannel *ch, int eom,  int pim_ifchannel_compare(const struct pim_ifchannel *ch1,  			  const struct pim_ifchannel *ch2); -unsigned int pim_ifchannel_hash_key(const void *arg);  void delete_on_noinfo(struct pim_ifchannel *ch);  #endif /* PIM_IFCHANNEL_H */  | 
