Avoid use of nonexistent variable evem in commented-out code
Change-Id: Icc9def55a814fc1309ce143a84effc140a90a92b
This commit is contained in:
@@ -112,7 +112,6 @@
|
|||||||
|
|
||||||
[runningTextContent appendString:string];
|
[runningTextContent appendString:string];
|
||||||
|
|
||||||
//NSLog(@"currentElement: %@", currentElement);
|
|
||||||
//NSLog(@"read: %@", string);
|
//NSLog(@"read: %@", string);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -72,7 +72,6 @@ static NSDictionary *metaXML2MDIKeys;
|
|||||||
{
|
{
|
||||||
if ((self = [super init]) != nil) {
|
if ((self = [super init]) != nil) {
|
||||||
shouldReadCharacters = NO;
|
shouldReadCharacters = NO;
|
||||||
// currentElement = nil;
|
|
||||||
textCurrentElement = nil;
|
textCurrentElement = nil;
|
||||||
|
|
||||||
return self;
|
return self;
|
||||||
|
Reference in New Issue
Block a user