We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc3216 commit d3ce07cCopy full SHA for d3ce07c
CoreFoundation/Parsing.subproj/CFXMLInterface.c
@@ -176,8 +176,6 @@ _CFXMLInterfaceSAXHandler _CFXMLInterfaceCreateSAXHandler() {
176
saxHandler->externalSubset = (externalSubsetSAXFunc)__CFSwiftBridge.NSXMLParser.externalSubset;
177
178
saxHandler->initialized = XML_SAX2_MAGIC; // make sure start/endElementNS are used
179
-#else
180
- memset(&saxHandler, 0, sizeof(saxHandler));
181
#endif //if DEPLOYMENT_RUNTIME_SWIFT
182
return saxHandler;
183
}
0 commit comments