From 074918b961bd19b7fdc05bb00edbf5d6f075bd69 Mon Sep 17 00:00:00 2001 From: Roger Leigh <rleigh@apache.org> Date: Wed, 14 Jun 2017 21:14:35 +0000 Subject: [PATCH] xercesc: XMLUri: Remove unused variables git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1798759 13f79535-47bb-0310-9956-ffa450edef68 --- src/xercesc/util/XMLUri.cpp | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/xercesc/util/XMLUri.cpp b/src/xercesc/util/XMLUri.cpp index ee2a50e9a..1c1d71c66 100644 --- a/src/xercesc/util/XMLUri.cpp +++ b/src/xercesc/util/XMLUri.cpp @@ -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 // --------------------------------------------------------------------------- -- GitLab