]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5329] Removed invalid comment.
authorMarcin Siodelski <marcin@isc.org>
Thu, 13 Jul 2017 09:15:56 +0000 (11:15 +0200)
committerMarcin Siodelski <marcin@isc.org>
Thu, 13 Jul 2017 09:15:56 +0000 (11:15 +0200)
src/lib/hooks/callout_manager.h

index 886ec0fc7526671af2e28c1fee39592f688051b2..bf68f974d4062786a31d9027fe566d0b47a89c57 100644 (file)
@@ -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,