[GRASS-SVN] r55392 - grass/trunk/include

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 15 04:11:16 PDT 2013


Author: mmetz
Date: 2013-03-15 04:11:16 -0700 (Fri, 15 Mar 2013)
New Revision: 55392

Modified:
   grass/trunk/include/dbmi.h
Log:
dbmi.h: remove unused OK ERROR

Modified: grass/trunk/include/dbmi.h
===================================================================
--- grass/trunk/include/dbmi.h	2013-03-15 10:23:40 UTC (rev 55391)
+++ grass/trunk/include/dbmi.h	2013-03-15 11:11:16 UTC (rev 55392)
@@ -15,10 +15,6 @@
 #include <stdio.h>
 #include <grass/gis.h>
 
-/* exit codes */
-#define OK 0
-#define ERROR 1
-
 #define DB_VERSION "0"
 
 #define DB_DEFAULT_DRIVER "sqlite"



More information about the grass-commit mailing list