From 210ba00a8ad37208f4e0c17af98e0bc70b7b4964 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 20 Jun 2023 17:48:24 +0000 Subject: [PATCH] webrtc: Remove dead code Signed-off-by: Steffen Vogel --- lib/nodes/webrtc.cpp | 35 ----------------------------------- 1 file changed, 35 deletions(-) diff --git a/lib/nodes/webrtc.cpp b/lib/nodes/webrtc.cpp index 28ced7c30..b679291bb 100644 --- a/lib/nodes/webrtc.cpp +++ b/lib/nodes/webrtc.cpp @@ -184,46 +184,11 @@ int WebRTCNode::stop() return Node::stop(); } -// int WebRTCNode::pause() -// { -// // TODO add implementation here -// return 0; -// } - -// int WebRTCNode::resume() -// { -// // TODO add implementation here -// return 0; -// } - -// int WebRTCNode::restart() -// { -// // TODO add implementation here -// return 0; -// } - -// int WebRTCNode::reverse() -// { -// // TODO add implementation here -// return 0; -// } - std::vector WebRTCNode::getPollFDs() { return { queue_signalled_fd(&queue) }; } -// std::vector WebRTCNode::getNetemFDs() -// { -// // TODO add implementation here -// return {}; -// } - -// struct villas::node::memory::Type * WebRTCNode::getMemoryType() -// { -// // TODO add implementation here -// } - const std::string & WebRTCNode::getDetails() { details = fmt::format("");