Skip to content

Commit 13f5ab4

Browse files
committed
fix schema test compile error
1 parent 56f215e commit 13f5ab4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/unittest/schematest.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2038,9 +2038,6 @@ TEST(SchemaValidator, Ref_remote_issue1210) {
20382038
class SchemaDocumentProvider : public IRemoteSchemaDocumentProvider {
20392039
SchemaDocument** collection;
20402040

2041-
SchemaDocumentProvider(const SchemaDocumentProvider&);
2042-
SchemaDocumentProvider& operator=(const SchemaDocumentProvider&);
2043-
20442041
public:
20452042
SchemaDocumentProvider(SchemaDocument** collection) : collection(collection) { }
20462043
virtual const SchemaDocument* GetRemoteDocument(const char* uri, SizeType length) {

0 commit comments

Comments
 (0)