[GRASS-SVN] r38511 - grass/branches/releasebranch_6_4/raster/r.patch
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jul 23 17:44:52 EDT 2009
Author: neteler
Date: 2009-07-23 17:44:52 -0400 (Thu, 23 Jul 2009)
New Revision: 38511
Removed:
grass/branches/releasebranch_6_4/raster/r.patch/nfiles.h
Modified:
grass/branches/releasebranch_6_4/raster/r.patch/main.c
Log:
remove cruft
Modified: grass/branches/releasebranch_6_4/raster/r.patch/main.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.patch/main.c 2009-07-23 21:42:58 UTC (rev 38510)
+++ grass/branches/releasebranch_6_4/raster/r.patch/main.c 2009-07-23 21:44:52 UTC (rev 38511)
@@ -18,7 +18,6 @@
#include <unistd.h>
#include <grass/gis.h>
#include <grass/glocale.h>
-#include "nfiles.h"
#include "local_proto.h"
int main(int argc, char *argv[])
Deleted: grass/branches/releasebranch_6_4/raster/r.patch/nfiles.h
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.patch/nfiles.h 2009-07-23 21:42:58 UTC (rev 38510)
+++ grass/branches/releasebranch_6_4/raster/r.patch/nfiles.h 2009-07-23 21:44:52 UTC (rev 38511)
@@ -1,11 +0,0 @@
-/* The number of raster maps that can be patched together.
- *
- * All raster maps will be opened at one time, so this number can not
- * be arbitrarily large.
- *
- * Must be smaller than MAXFILES as defined in lib/gis/G.h which
- * in turn must be smaller than the operating system's limit.
- * (Given by `cat /proc/sys/fs/file-max` in Linux 2.4)
- */
-
-#define MAXFILES 200
More information about the grass-commit
mailing list