Eliminate dead code.
This commit is contained in:
parent
fdf33f356a
commit
f48b0ac8cd
1 changed files with 0 additions and 13 deletions
|
@ -384,19 +384,6 @@
|
|||
[parser setDelegate: elementBuilder];
|
||||
}
|
||||
|
||||
- (void)parser: (OFXMLParser*)p
|
||||
didEndElement: (OFString*)name
|
||||
withPrefix: (OFString*)prefix
|
||||
namespace: (OFString*)ns
|
||||
attributes: (OFArray*)attrs
|
||||
{
|
||||
if (![name isEqual: @"stream"] || ![prefix isEqual: @"stream"] ||
|
||||
![ns isEqual: XMPP_NS_STREAM]) {
|
||||
of_log(@"Did not get expected stream end!");
|
||||
assert(0);
|
||||
}
|
||||
}
|
||||
|
||||
- (void)elementBuilder: (OFXMLElementBuilder*)builder
|
||||
didBuildElement: (OFXMLElement*)element
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue