Commit 127d27d4 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msxml3: SchemaCache_version() is unused so remove it.

parent c2391296
......@@ -406,18 +406,6 @@ const CLSID* DOMDocument_version(MSXML_VERSION v)
}
}
const CLSID* SchemaCache_version(MSXML_VERSION v)
{
switch (v)
{
default:
case MSXML_DEFAULT: return &CLSID_XMLSchemaCache;
case MSXML3: return &CLSID_XMLSchemaCache30;
case MSXML4: return &CLSID_XMLSchemaCache40;
case MSXML6: return &CLSID_XMLSchemaCache60;
}
}
BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID reserved)
{
MSXML_hInstance = hInstDLL;
......
......@@ -34,7 +34,6 @@
#endif
extern const CLSID * DOMDocument_version(MSXML_VERSION v) DECLSPEC_HIDDEN;
extern const CLSID * SchemaCache_version(MSXML_VERSION v) DECLSPEC_HIDDEN;
/* The XDR datatypes (urn:schemas-microsoft-com:datatypes)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment