[mapserver-commits] r12834 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Thu Dec 1 16:16:56 EST 2011


Author: schpidi
Date: 2011-12-01 13:16:56 -0800 (Thu, 01 Dec 2011)
New Revision: 12834

Modified:
   trunk/mapserver/mapwcs20.c
Log:
Removing unused method.


Modified: trunk/mapserver/mapwcs20.c
===================================================================
--- trunk/mapserver/mapwcs20.c	2011-12-01 14:16:11 UTC (rev 12833)
+++ trunk/mapserver/mapwcs20.c	2011-12-01 21:16:56 UTC (rev 12834)
@@ -158,17 +158,6 @@
 }
 
 /************************************************************************/
-/*                   msStringIsNCName()                                 */
-/*                                                                      */
-/*      Evaluates if a string is a valid NCName.                        */
-/************************************************************************/
-
-static int msStringIsNCName(char *string)
-{
-    return msEvalRegex("^[a-zA-z_][a-zA-Z0-9_.-]*$" , string);
-}
-
-/************************************************************************/
 /*                   msWCSCreateSubsetObj20()                           */
 /*                                                                      */
 /*      Creates a new wcs20SubsetObj and initializes it to standard     */



More information about the mapserver-commits mailing list