Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
module init/exit functions are now in gras_private directly
[simgrid.git] / src / gras / DataDesc / datadesc_interface.h
index 0e68b0b..2099502 100644 (file)
@@ -13,9 +13,6 @@
 #ifndef GRAS_DATADESC_INTERFACE_H
 #define GRAS_DATADESC_INTERFACE_H
 
-void gras_datadesc_init(void);
-void gras_datadesc_exit(void);
-
 gras_error_t gras_datadesc_by_id  (long int code,
                                   gras_datadesc_type_t **type);