Remove obsolete large file support info
authorTeemu Murtola <teemu.murtola@gmail.com>
Sat, 21 Dec 2013 13:44:49 +0000 (15:44 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Wed, 1 Jan 2014 11:13:55 +0000 (12:13 +0100)
The check for large file support in copyrite.cpp wasn't working, since
the define was no longer in config.h.  Given that I501d8b84 makes large
file support required, this information no longer needs to be there.

Change-Id: I9492011d2f8ebb58612ed2a5a79d9f786fd19f61

src/gromacs/gmxlib/copyrite.cpp

index 3109dece0d383af3cb8aa918a97e145204568479..1f84803c7033ad7362afdb38445d2a16d106885c 100644 (file)
@@ -633,11 +633,6 @@ static void gmx_print_version_info(FILE *fp)
     fprintf(fp, "CPU acceleration:   %s\n", GMX_CPU_ACCELERATION_STRING);
 
     fprintf(fp, "FFT library:        %s\n", gmx_fft_get_version_info());
-#ifdef GMX_LARGEFILES
-    fprintf(fp, "Large file support: enabled\n");
-#else
-    fprintf(fp, "Large file support: disabled\n");
-#endif
 #ifdef HAVE_RDTSCP
     fprintf(fp, "RDTSCP usage:       enabled\n");
 #else