Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Let xbt_exit() issue a warning stating that this is now a no-op
[simgrid.git] / win32_testsuite / borland / builder6 / simulation / xbt / log_usage / log_usage.c
index ec070ce..e5922d1 100644 (file)
@@ -24,7 +24,6 @@ int main(int argc, char **argv)
        CDEBUG2(top, "val=%d%s", 3, "!");
        CRITICAL6("false alarm%s%s%s%s%s%s", "","","","","","!");
        
-       xbt_exit();
        return 0;
 }