src/node/node.h
changeset 3516 dacc57c5d31f
parent 3460 99698bc858e8
child 3548 e5ab96db540e
--- a/src/node/node.h	Wed Aug 06 11:37:52 2008 +0100
+++ b/src/node/node.h	Thu Aug 07 10:13:54 2008 -0700
@@ -122,12 +122,6 @@
    *          within this Node.
    */
   Ptr<Application> GetApplication (uint32_t index) const;
-  /**
-   * \param index
-   * \returns the application associated to this requested index
-   *          within this Node.
-   */
-  Ptr<Application> GetFirstApplication (TypeId tid);
 
   /**
    * \returns the number of applications associated to this Node.