From 0582a27ee0436448c92d4968386568e2f64ba48f Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Wed, 21 Aug 2024 12:31:32 +0200 Subject: [PATCH] fix: Remove dead code from iec61850 SV node-type Signed-off-by: Steffen Vogel --- lib/nodes/iec61850_sv.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/nodes/iec61850_sv.cpp b/lib/nodes/iec61850_sv.cpp index 4bf473085..def34ffce 100644 --- a/lib/nodes/iec61850_sv.cpp +++ b/lib/nodes/iec61850_sv.cpp @@ -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");