@@ -291,23 +291,10 @@ } @finally { free(buffer); } } -#ifdef OF_HAVE_FILES -- (void)parseFile: (OFString *)path -{ - OFFile *file = [[OFFile alloc] initWithPath: path - mode: @"r"]; - @try { - [self parseStream: file]; - } @finally { - [file release]; - } -} -#endif - static void inByteOrderMarkState(OFXMLParser *self) { if (self->_data[self->_i] != "\xEF\xBB\xBF"[self->_level]) { if (self->_level == 0) {