]> AND Public Git Repository - simgrid.git/blobdiff - src/msg/msg_process.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change the file API, remove the mount point in each file function.
[simgrid.git] / src / msg / msg_process.c
index 3cf193e2f4923074e272589889d567224662fc2e..50c8fa14fcc5cabaecd7fbcf1e40d0119bdce56d 100644 (file)
@@ -322,8 +322,6 @@ xbt_dynar_t MSG_processes_as_dynar(void) {
  */
 MSG_error_t MSG_process_set_kill_time(m_process_t process, double kill_time)
 {
-  xbt_assert(process != NULL, "Invalid parameter");
-
   simcall_process_set_kill_time(process,kill_time);
   return MSG_OK;
 }