Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[s4u] Register function names
[simgrid.git] / src / simix / smx_private.h
index 6906a08..bb735b8 100644 (file)
@@ -13,6 +13,7 @@
 
 #include <xbt/functional.hpp>
 
+
 #include "src/internal_config.h"
 #include "simgrid/simix.h"
 #include "surf/surf.h"
@@ -67,12 +68,6 @@ typedef struct s_smx_context_factory *smx_context_factory_t;
 namespace simgrid {
 namespace simix {
 
-// What's executed as SIMIX actor code:
-typedef std::function<void()> ActorCode;
-
-// Create ActorCode based on argv:
-typedef std::function<ActorCode(simgrid::xbt::args args)> ActorCodeFactory;
-
 class Global {
 public:
   smx_context_factory_t context_factory = nullptr;