X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9e5f624bd44f7d13022c05dbe50563380b0f5d97..983a8a691054ecec4cdc7d3a932942520f834f43:/include/simgrid/simdag.h diff --git a/include/simgrid/simdag.h b/include/simgrid/simdag.h index 5906b04476..2a01b473b9 100644 --- a/include/simgrid/simdag.h +++ b/include/simgrid/simdag.h @@ -161,12 +161,6 @@ XBT_PUBLIC(std::set*) simulate(double how_long); #endif /** @} */ - -#define SD_init(argc,argv) do{\ - sg_version_check(SIMGRID_VERSION_MAJOR,SIMGRID_VERSION_MINOR,SIMGRID_VERSION_PATCH);\ - SD_init_check(argc,argv);\ -}while(0) - /* Support some backward compatibility */ #define SD_workstation_t sg_host_t