1
0
Fork 0
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:
Steffen Vogel 2024-08-21 12:31:32 +02:00
parent 90ce4a0fe7
commit 0582a27ee0

View file

@ -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");