X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d9a2ba6da1bdc02e8adeb3e87f792d5291b2ea10..ad59c715eccd3974067bc9b65eca0c0c57df58de:/teshsuite/simdag/platforms/flatifier.c diff --git a/teshsuite/simdag/platforms/flatifier.c b/teshsuite/simdag/platforms/flatifier.c index 7285eaecda..a4859cfd05 100644 --- a/teshsuite/simdag/platforms/flatifier.c +++ b/teshsuite/simdag/platforms/flatifier.c @@ -46,8 +46,7 @@ static int name_compare_links(const void *n1, const void *n2) int main(int argc, char **argv) { char *platformFile = NULL; - int totalHosts, totalLinks, tmp_length; - int j, k; + int totalHosts, totalLinks; unsigned int i; xbt_dict_t props = NULL; xbt_dict_cursor_t cursor = NULL; @@ -57,7 +56,7 @@ int main(int argc, char **argv) xbt_ex_t e; const SD_workstation_t *hosts; - const SD_link_t *links, *tmp; + const SD_link_t *links; SD_init(&argc, argv); @@ -70,7 +69,7 @@ int main(int argc, char **argv) } printf("\n"); - printf("\n"); + printf("\n"); printf("\n"); printf("\n");