=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: msxml3: Remove unused strings ( Clang).

Alexandre Julliard julliard at wine.codeweavers.com
Thu Nov 20 09:54:14 CST 2014


Module: wine
Branch: master
Commit: c4a73bd4d1812b542ae652201f2d43b39e76c86e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c4a73bd4d1812b542ae652201f2d43b39e76c86e

Author: André Hentschel <nerv at dawncrow.de>
Date:   Wed Nov 19 22:09:14 2014 +0100

msxml3: Remove unused strings (Clang).

---

 dlls/msxml3/xdr.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/dlls/msxml3/xdr.c b/dlls/msxml3/xdr.c
index af86907..fd7a9b7 100644
--- a/dlls/msxml3/xdr.c
+++ b/dlls/msxml3/xdr.c
@@ -38,7 +38,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(msxml);
 
 static const xmlChar DT_prefix[] = "dt";
 static const xmlChar DT_href[] = "urn:schemas-microsoft-com:datatypes";
-static const xmlChar XDR_prefix[] = "xdr";
 static const xmlChar XDR_href[] = "urn:schemas-microsoft-com:xml-data";
 static const xmlChar XSD_prefix[] = "xsd";
 static const xmlChar XSD_href[] = "http://www.w3.org/2001/XMLSchema";
@@ -51,7 +50,6 @@ static const xmlChar xs_attribute[] = "attribute";
 static const xmlChar xs_AttributeType[] = "AttributeType";
 static const xmlChar xs_base[] = "base";
 static const xmlChar xs_choice[] = "choice";
-static const xmlChar xs_complexContent[] = "complexContent";
 static const xmlChar xs_complexType[] = "complexType";
 static const xmlChar xs_content[] = "content";
 static const xmlChar xs_datatype[] = "datatype";
@@ -61,7 +59,6 @@ static const xmlChar xs_documentation[] = "documentation";
 static const xmlChar xs_element[] = "element";
 static const xmlChar xs_ElementType[] = "ElementType";
 static const xmlChar xs_eltOnly[] = "eltOnly";
-static const xmlChar xs_empty[] = "empty";
 static const xmlChar xs_enumeration[] = "enumeration";
 static const xmlChar xs_extension[] = "extension";
 static const xmlChar xs_group[] = "group";
@@ -75,7 +72,6 @@ static const xmlChar xs_model[] = "model";
 static const xmlChar xs_name[] = "name";
 static const xmlChar xs_namespace[] = "namespace";
 static const xmlChar xs_no[] = "no";
-static const xmlChar xs_one[] = "one";
 static const xmlChar xs_open[] = "open";
 static const xmlChar xs_optional[] = "optional";
 static const xmlChar xs_order[] = "order";
@@ -84,7 +80,6 @@ static const xmlChar xs_ref[] = "ref";
 static const xmlChar xs_required[] = "required";
 static const xmlChar xs_restriction[] = "restriction";
 static const xmlChar xs_schema[] = "schema";
-static const xmlChar xs_Schema[] = "Schema";
 static const xmlChar xs_seq[] = "seq";
 static const xmlChar xs_sequence[] = "sequence";
 static const xmlChar xs_simpleContent[] = "simpleContent";
@@ -99,7 +94,6 @@ static const xmlChar xs_use[] = "use";
 static const xmlChar xs_value[] = "value";
 static const xmlChar xs_values[] = "values";
 static const xmlChar xs_xsd_string[] = "xsd:string";
-static const xmlChar xs_yes[] = "yes";
 
 typedef enum _CONTENT_TYPE
 {




More information about the wine-cvs mailing list