remove misleading doxygen comment
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Wed, 04 Jun 2008 11:01:01 -0700
changeset 3220 8c4fcd2a187d
parent 3219 49dcb3f0bd34
child 3221 bd02183f788b
remove misleading doxygen comment
src/node/node.h
--- a/src/node/node.h	Wed Jun 04 10:59:30 2008 -0700
+++ b/src/node/node.h	Wed Jun 04 11:01:01 2008 -0700
@@ -170,9 +170,6 @@
    * \param device the device added to this Node.
    *
    * This method is invoked whenever a user calls Node::AddDevice.
-   * Subclasses are expected to call NetDevice::SetReceiveCallback
-   * at this point to setup the node's receive function for
-   * the NetDevice packets.
    */
   virtual void NotifyDeviceAdded (Ptr<NetDevice> device);