diff --git a/src/simulator/simulator.h b/src/simulator/simulator.h index ef39e26d5..9b67c010b 100644 --- a/src/simulator/simulator.h +++ b/src/simulator/simulator.h @@ -302,7 +302,6 @@ public: template static void ScheduleNow (void (T::*mem_ptr) (T1,T2), T* obj, T1 a1, T2 a2); /** - * @param time the expiration time of the event. * @param mem_ptr member method pointer to invoke * @param obj the object on which to invoke the member method * @param a1 the first argument to pass to the invoked method @@ -407,7 +406,6 @@ public: template static void ScheduleDestroy (void (T::*mem_ptr) (T1,T2), T* obj, T1 a1, T2 a2); /** - * @param time the expiration time of the event. * @param mem_ptr member method pointer to invoke * @param obj the object on which to invoke the member method * @param a1 the first argument to pass to the invoked method