X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a629859e5bf62936f3f8fcd9be986d0db00b3218..05d02d8e9e7b60ff48983f8c56288b486be75cf9:/include/gras/core.h diff --git a/include/gras/core.h b/include/gras/core.h index 6b0b22581a..333056196f 100644 --- a/include/gras/core.h +++ b/include/gras/core.h @@ -42,21 +42,6 @@ BEGIN_DECL() * **************************************************************************/ typedef enum { free_after_use, free_never } e_xbt_free_directive_t; - -/* ************************************************************************** - * Wrappers over OS functions - * **************************************************************************/ - -/** - * gras_get_my_fqdn: - * - * Returns the fully-qualified name of the host machine, or NULL if the name - * cannot be determined. Always returns the same value, so multiple calls - * cause no problems. - */ -const char * -gras_get_my_fqdn(void); - void gras_init(int *argc,char **argv, const char *defaultlog); void gras_exit(void);