Remove Catamount cmake
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_tune_pme.c
index c4a7e6e021b4769d6c1e6063fc8d48f38eb8c13f..7ca664ac4dba58df7e1fe8b7cef428f95169a90b 100644 (file)
@@ -119,11 +119,7 @@ static void sep_line(FILE *fp)
 /* Wrapper for system calls */
 static int gmx_system_call(char *command)
 {
-#ifdef GMX_NO_SYSTEM
-    gmx_fatal(FARGS, "No calls to system(3) supported on this platform. Attempted to call:\n'%s'\n", command);
-#else
     return ( system(command) );
-#endif
 }