mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-22 17:29:43 +00:00
Remove main_get_config_modules since it is no longer needed
Signed-off-by: Steven Dake <sdake@redhat.com> Reviewed-by: Fabio Di Nitto <fdinitto@redhat.com>
This commit is contained in:
parent
e423e43bc6
commit
ef1febd03c
@ -692,12 +692,6 @@ static void deliver_fn (
|
||||
(msg, nodeid);
|
||||
}
|
||||
|
||||
void main_get_config_modules(struct config_iface_ver0 ***modules, int *num)
|
||||
{
|
||||
*modules = config_modules;
|
||||
*num = num_config_modules;
|
||||
}
|
||||
|
||||
int main_mcast (
|
||||
const struct iovec *iovec,
|
||||
unsigned int iov_len,
|
||||
|
Loading…
Reference in New Issue
Block a user