Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unused typedef.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 23 Mar 2018 13:39:24 +0000 (14:39 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 23 Mar 2018 16:19:14 +0000 (17:19 +0100)
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: