X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/91a9c7db94f2c7c5706ff63c6098599399080aa1..60f31f9d24bd348ccad2ea99ba96424360b11a92:/src/gras/DataDesc/datadesc_interface.h diff --git a/src/gras/DataDesc/datadesc_interface.h b/src/gras/DataDesc/datadesc_interface.h index 209950296c..a841f1800f 100644 --- a/src/gras/DataDesc/datadesc_interface.h +++ b/src/gras/DataDesc/datadesc_interface.h @@ -36,8 +36,5 @@ gras_error_t gras_datadesc_recv(gras_socket_t *sock, gras_datadesc_type_t *type, int r_arch, void *dst); -/* Indicate (lack of) interest in datatype */ -void gras_datadesc_addref(gras_datadesc_type_t *type); -void gras_datadesc_unref(gras_datadesc_type_t *type); #endif /* GRAS_DATADESC_INTERFACE_H */