mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix: Remove dead code from iec61850 SV node-type
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
parent
90ce4a0fe7
commit
0582a27ee0
1 changed files with 0 additions and 1 deletions
|
@ -315,7 +315,6 @@ int villas::node::iec61850_sv_start(NodeCompat *n) {
|
|||
|
||||
i->out.publisher =
|
||||
SVPublisher_createEx(&comm_params, i->interface, i->out.vlan.enabled);
|
||||
// SVPublisher_create(nullptr, i->interface);
|
||||
if (i->out.publisher == nullptr)
|
||||
throw RuntimeError("Failed to create SV publisher");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue