Remove Catamount cmake
[alexxy/gromacs.git] / src / programs / view / dialogs.cpp
index c55659785374923adff2e4f32de818db0a879541..6b68d0f64a28936e090ddf52925629bc629361fb 100644 (file)
@@ -106,15 +106,10 @@ static void shell_comm(const char *title, const char *script, int nsleep)
     fprintf(stderr, "command: %s\n", command);
 #endif
 
-#ifdef GMX_NO_SYSTEM
-    printf("Warning-- No calls to system(3) supported on this platform.");
-    printf("Warning-- Skipping execution of 'system(\"%s\")'.", buf);
-#else
     if (0 != system(command))
     {
         gmx_fatal(FARGS, "Failed to execute command: %s", command);
     }
-#endif
 
 #ifdef DEBUG
     unlink(tmp)