]> AND Public Git Repository - simgrid.git/blobdiff - src/simix/simcalls.in
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
handle flexer errors within the parsing module
[simgrid.git] / src / simix / simcalls.in
index 6d264cb2986c009d44d48fec0e7e99641505d031..05a4c06aef4cbcbd4babd562ea654f28b208805a 100644 (file)
@@ -35,8 +35,6 @@
 # Last but not the least, you should declare the new simix call in
 # ./include/simgrid/simix.h (otherwise you will get a warning at compile time)
 
-void process_suspend(smx_actor_t process) [[block]];
-
 int           execution_wait(simgrid::kernel::activity::ExecImpl* execution) [[block]];
 int           execution_waitany_for(simgrid::kernel::activity::ExecImpl** execs, size_t count, double timeout) [[block]];
 bool          execution_test(simgrid::kernel::activity::ExecImpl* execution) [[block]];