1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

webrtc: Remove dead code

Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
This commit is contained in:
Steffen Vogel 2023-06-20 17:48:24 +00:00
parent 14e819568a
commit 210ba00a8a

View file

@ -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<int> WebRTCNode::getPollFDs()
{
return { queue_signalled_fd(&queue) };
}
// std::vector<int> 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("");