From 694d29ab47d0d943e69fee8aa3ca84e223a49c95 Mon Sep 17 00:00:00 2001 From: Pavel Kirienko Date: Tue, 19 May 2015 02:10:22 +0300 Subject: [PATCH] Misleading comment that somehow survived refactoring --- libuavcan/include/uavcan/protocol/node_info_retriever.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/libuavcan/include/uavcan/protocol/node_info_retriever.hpp b/libuavcan/include/uavcan/protocol/node_info_retriever.hpp index 5b27a9b68f..017102fa40 100644 --- a/libuavcan/include/uavcan/protocol/node_info_retriever.hpp +++ b/libuavcan/include/uavcan/protocol/node_info_retriever.hpp @@ -119,9 +119,6 @@ private: } }; - /* - * Callers are used with removeWhere() predicate. They don't actually remove anything. - */ struct NodeInfoRetrievedHandlerCaller { const NodeID node_id;