Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill a useless type definition
[simgrid.git] / include / smpi / forward.hpp
index 9187369..02e8662 100644 (file)
@@ -21,7 +21,7 @@ class Group;
 class Info;
 class Keyval;
 class Op;
-class Process;
+class ActorExt;
 class Request;
 class Status;
 class Topo;
@@ -38,7 +38,6 @@ typedef simgrid::smpi::Datatype SMPI_Datatype;
 typedef simgrid::smpi::Group SMPI_Group;
 typedef simgrid::smpi::Info SMPI_Info;
 typedef simgrid::smpi::Op SMPI_Op;
-typedef simgrid::smpi::Process SMPI_Process;
 typedef simgrid::smpi::Request SMPI_Request;
 typedef simgrid::smpi::Topo SMPI_Topology;
 typedef simgrid::smpi::Topo_Cart SMPI_Cart_topology;