Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "Please mingw."
[simgrid.git] / src / surf / xml / platf_private.hpp
index cf233ba..895291d 100644 (file)
@@ -39,7 +39,6 @@ struct HostCreationArgs {
   const char* coord        = nullptr;
   std::map<std::string, std::string>* properties = nullptr;
 };
-typedef HostCreationArgs* sg_platf_host_cbarg_t; // FIXME: killme
 
 class HostLinkCreationArgs {
 public: