]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1077] Obsolete comment removed
authorTomek Mrugalski <tomek@isc.org>
Fri, 23 Jul 2021 10:15:06 +0000 (12:15 +0200)
committerTomek Mrugalski <tomek@isc.org>
Fri, 23 Jul 2021 10:45:36 +0000 (10:45 +0000)
src/bin/netconf/netconf.cc

index fae55646000972a5bfbd392ec43a504147c68648..76936d67c46188a00439a94876aa04bedd462d18 100644 (file)
@@ -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;