X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e6d1ca27d8852f9922141ea15eae6b339c2d2bc7..62d06d9cf4a66939f8018f34a9d6dae23610e129:/include/simgrid/platf.h?ds=sidebyside diff --git a/include/simgrid/platf.h b/include/simgrid/platf.h index 00c9192491..cf291f7dae 100644 --- a/include/simgrid/platf.h +++ b/include/simgrid/platf.h @@ -240,11 +240,6 @@ typedef struct s_sg_platf_trace_connect_cbarg { const char *element; } s_sg_platf_trace_connect_cbarg_t; -typedef struct s_sg_platf_arg_cbarg *sg_platf_arg_cbarg_t; -typedef struct s_sg_platf_arg_cbarg { - const char *value; -} s_sg_platf_arg_cbarg_t; - typedef struct s_sg_platf_process_cbarg *sg_platf_process_cbarg_t; typedef struct s_sg_platf_process_cbarg { const char **argv; @@ -288,6 +283,5 @@ XBT_PUBLIC(void) sg_platf_new_storage_type(sg_platf_storage_type_cbarg_t storage XBT_PUBLIC(void) sg_platf_new_mount(sg_platf_mount_cbarg_t mount); XBT_PUBLIC(void) sg_platf_new_process(sg_platf_process_cbarg_t process); -XBT_PUBLIC(void) sg_platf_new_arg(sg_platf_arg_cbarg_t arg); #endif /* SG_PLATF_H */