Author: rleigh
Date: Wed Jun 14 21:14:35 2017
New Revision: 1798759
URL: http://svn.apache.org/viewvc?rev=1798759&view=rev
Log:
xercesc: XMLUri: Remove unused variables
Modified:
xerces/c/trunk/src/xercesc/util/XMLUri.cpp
Modified: xerces/c/trunk/src/xercesc/util/XMLUri.cpp
URL:
http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/util/XMLUri.cpp?rev=1798759&r1=1798758&r2=1798759&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/XMLUri.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/XMLUri.cpp Wed Jun 14 21:14:35 2017
@@ -110,7 +110,6 @@ static const int BUF_LEN = 64;
//
// "Scheme"
-// "SchemeSpecificPart"
// "Parameters"
// "UserInfo"
// "Host"
@@ -126,14 +125,6 @@ static const XMLCh errMsg_SCHEME[] =
chLatin_m, chLatin_e, chNull
};
-static const XMLCh errMsg_SCHEMESPART[] =
-{
- chLatin_s, chLatin_c, chLatin_h, chLatin_e, chLatin_m, chLatin_e,
- chLatin_S, chLatin_p, chLatin_e, chLatin_c, chLatin_i, chLatin_f,
- chLatin_i, chLatin_c, chLatin_P, chLatin_a, chLatin_r, chLatin_t,
- chNull
-};
-
static const XMLCh errMsg_PARAMS[] =
{
chLatin_p, chLatin_a, chLatin_r, chLatin_a, chLatin_m,
@@ -225,14 +216,6 @@ static const XMLCh SCHEME_SEPARATORS[] =
chColon, chForwardSlash, chQuestion, chPound, chNull
};
-//
-// "?#"
-//
-static const XMLCh PATH_SEPARATORS[] =
-{
- chQuestion, chPound, chNull
-};
-
// ---------------------------------------------------------------------------
// XMLUri: Constructors and Helper methods
// ---------------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]