fix schema test compile error

This commit is contained in:
Xuanyi Zhou 2020-12-26 22:58:13 -05:00
parent 56f215e5c3
commit 13f5ab4f44

View File

@ -2038,9 +2038,6 @@ TEST(SchemaValidator, Ref_remote_issue1210) {
class SchemaDocumentProvider : public IRemoteSchemaDocumentProvider {
SchemaDocument** collection;
SchemaDocumentProvider(const SchemaDocumentProvider&);
SchemaDocumentProvider& operator=(const SchemaDocumentProvider&);
public:
SchemaDocumentProvider(SchemaDocument** collection) : collection(collection) { }
virtual const SchemaDocument* GetRemoteDocument(const char* uri, SizeType length) {