Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make the new flatifier test
[simgrid.git] / examples / xbt / sem_basic.c
index 6185ad3..dad97af 100644 (file)
@@ -67,8 +67,6 @@ main(int argc, char* argv[])
        
        INFO1("sem_basic terminated with exit code %d (success)",EXIT_SUCCESS);
 
-       xbt_exit();
-       
        return EXIT_SUCCESS;
                
 }