From: Tomek Mrugalski Date: Fri, 23 Jul 2021 10:15:06 +0000 (+0200) Subject: [#1077] Obsolete comment removed X-Git-Tag: Kea-1.9.10~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9d7c0511095619569920877c4bb22a8a5f98acb2;p=thirdparty%2Fkea.git [#1077] Obsolete comment removed --- diff --git a/src/bin/netconf/netconf.cc b/src/bin/netconf/netconf.cc index fae5564600..76936d67c4 100644 --- a/src/bin/netconf/netconf.cc +++ b/src/bin/netconf/netconf.cc @@ -495,8 +495,6 @@ NetconfAgent::subscribeToNotifications(const CfgServersMapPair& service_pair) { return agent.event_notif(session, notification_type, path, vals, timestamp, nullptr); }; try { - // The alternative event_notif_subscribe_tree() might expose more data - // as S_Data_Node if needed. subscription->event_notif_subscribe(model.c_str(), callback); } catch (const std::exception& ex) { ostringstream msg;