Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
c4a73bd4
Commit
c4a73bd4
authored
Nov 19, 2014
by
André Hentschel
Committed by
Alexandre Julliard
Nov 20, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msxml3: Remove unused strings (Clang).
parent
51a4594f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
xdr.c
dlls/msxml3/xdr.c
+0
-6
No files found.
dlls/msxml3/xdr.c
View file @
c4a73bd4
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment