Remove Catamount cmake
[alexxy/gromacs.git] / src / gromacs / mdlib / qm_gaussian.c
index 6339b94f8a4b00b4bcf83813d0be7046a5194277..d90232c7e86a55fae13a1b0ca5d9a31f4c1fb51f 100644 (file)
@@ -1017,15 +1017,10 @@ void do_gaussian(int step, char *exe)
                 "input.log");
     }
     fprintf(stderr, "Calling '%s'\n", buf);
-#ifdef GMX_NO_SYSTEM
-    printf("Warning-- No calls to system(3) supported on this platform.");
-    gmx_fatal(FARGS, "Call to '%s' failed\n", buf);
-#else
     if (system(buf) != 0)
     {
         gmx_fatal(FARGS, "Call to '%s' failed\n", buf);
     }
-#endif
 }
 
 real call_gaussian(t_commrec *cr,  t_forcerec *fr,