From: Marcin Siodelski Date: Thu, 13 Jul 2017 09:15:56 +0000 (+0200) Subject: [5329] Removed invalid comment. X-Git-Tag: trac5124a_base~42^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ad0034cc653a7679cfafdad366c0e59aba7e993;p=thirdparty%2Fkea.git [5329] Removed invalid comment. --- diff --git a/src/lib/hooks/callout_manager.h b/src/lib/hooks/callout_manager.h index 886ec0fc75..bf68f974d4 100644 --- a/src/lib/hooks/callout_manager.h +++ b/src/lib/hooks/callout_manager.h @@ -114,10 +114,6 @@ public: /// @ref LibraryHandle::registerCommandHandler can install callouts on this /// hook point. /// -/// The @ref CalloutManager::registerCommandHandler is called from the -/// @ref LibraryHandle object when the hook library installs control command -/// handlers in its @c load() function. -/// /// Note that the callout functions do not access the CalloutManager: instead, /// they use a LibraryHandle object. This contains an internal pointer to /// the CalloutManager, but provides a restricted interface. In that way,