From: Martin Quinson Date: Wed, 15 Jul 2015 00:59:47 +0000 (+0200) Subject: kill unimplemented (braindead) prototype X-Git-Tag: v3_12~499 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9b72cc80fe8e0eaef8f75eaac26dbfe270418e77?ds=sidebyside kill unimplemented (braindead) prototype --- diff --git a/include/simgrid/msg.h b/include/simgrid/msg.h index 9afe122fb6..a2c656dbae 100644 --- a/include/simgrid/msg.h +++ b/include/simgrid/msg.h @@ -275,7 +275,6 @@ XBT_PUBLIC(msg_error_t) MSG_file_move(msg_file_t fd, const char* fullpath); XBT_PUBLIC(msg_error_t) MSG_file_rcopy(msg_file_t fd, msg_host_t host, const char* fullpath); XBT_PUBLIC(msg_error_t) MSG_file_rmove(msg_file_t fd, msg_host_t host, const char* fullpath); /************************** Storage handling ***********************************/ -XBT_PUBLIC(msg_host_t) MSG_get_storage_by_name(const char *name); //FIXME: WAAAT? That cannot exist XBT_PUBLIC(const char *) MSG_storage_get_name(msg_storage_t storage); XBT_PUBLIC(sg_size_t) MSG_storage_get_free_size(msg_storage_t storage); XBT_PUBLIC(sg_size_t) MSG_storage_get_used_size(msg_storage_t storage);