Remove unused SupervisedNode::InitCluster declaration

The move of the cluster table initialization to the script layer removed
the implementation, but overlooked this declaration. See:
737b1a2013
This commit is contained in:
Christian Kreibich 2025-01-31 20:33:07 -08:00
parent 65a79b1dec
commit 4324bab58b

View file

@ -367,17 +367,6 @@ struct SupervisorStemHandle {
* State which defines a Supervised Zeek node's understanding of itself.
*/
struct SupervisedNode {
/**
* Initialize the Supervised node within the Zeek Cluster Framework.
* This function populates the "Cluster::nodes" script-layer variable
* that otherwise is expected to be populated by a
* "cluster-layout.zeek" script in other context (e.g. ZeekCtl
* generates that cluster layout).
* @return true if the supervised node is using the Cluster Framework
* else false.
*/
bool InitCluster() const;
/**
* Initialize the Supervised node.
* @param options the Zeek options to extend/modify as appropriate