[GRASS-SVN] r38510 - grass/branches/develbranch_6/raster/r.patch

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jul 23 17:42:59 EDT 2009


Author: neteler
Date: 2009-07-23 17:42:58 -0400 (Thu, 23 Jul 2009)
New Revision: 38510

Removed:
   grass/branches/develbranch_6/raster/r.patch/nfiles.h
Modified:
   grass/branches/develbranch_6/raster/r.patch/main.c
Log:
remove cruft

Modified: grass/branches/develbranch_6/raster/r.patch/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.patch/main.c	2009-07-23 08:22:45 UTC (rev 38509)
+++ grass/branches/develbranch_6/raster/r.patch/main.c	2009-07-23 21:42:58 UTC (rev 38510)
@@ -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/develbranch_6/raster/r.patch/nfiles.h
===================================================================
--- grass/branches/develbranch_6/raster/r.patch/nfiles.h	2009-07-23 08:22:45 UTC (rev 38509)
+++ grass/branches/develbranch_6/raster/r.patch/nfiles.h	2009-07-23 21:42:58 UTC (rev 38510)
@@ -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