Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MSG: kill the MSG_process_create_from_stdfunc() pimple
[simgrid.git] / include / simgrid / msg.h
index 887a707..a80493e 100644 (file)
@@ -460,10 +460,4 @@ MSG_process_get_smx_ctx(msg_process_t process);
 }
 #endif
 
-#ifdef __cplusplus
-XBT_PUBLIC msg_process_t MSG_process_create_from_stdfunc(std::string name, std::function<void()> code, void* data,
-                                                         msg_host_t host,
-                                                         std::unordered_map<std::string, std::string>* properties);
-#endif
-
 #endif