Browse Source

[5329] Removed invalid comment.

Marcin Siodelski 7 years ago
parent
commit
0ad0034cc6
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/lib/hooks/callout_manager.h

+ 0 - 4
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,