X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c91b68ade95e42efb7a24f19fb5228bee0b618d0..187ba0c05f9fbe51175179b9f637b6554f947468:/src/gras/Virtu/sg_dns.c diff --git a/src/gras/Virtu/sg_dns.c b/src/gras/Virtu/sg_dns.c deleted file mode 100644 index cf15311a87..0000000000 --- a/src/gras/Virtu/sg_dns.c +++ /dev/null @@ -1,15 +0,0 @@ -/* sg_dns - name resolution (simulator) */ - -/* Copyright (c) 2005, 2007, 2009, 2010. The SimGrid Team. - * All rights reserved. */ - -/* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ - - -#include "gras/Virtu/virtu_sg.h" - -const char *gras_os_myname(void) -{ - return SIMIX_host_self_get_name(); -}