We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f215e commit 13f5ab4Copy full SHA for 13f5ab4
test/unittest/schematest.cpp
@@ -2038,9 +2038,6 @@ TEST(SchemaValidator, Ref_remote_issue1210) {
2038
class SchemaDocumentProvider : public IRemoteSchemaDocumentProvider {
2039
SchemaDocument** collection;
2040
2041
- SchemaDocumentProvider(const SchemaDocumentProvider&);
2042
- SchemaDocumentProvider& operator=(const SchemaDocumentProvider&);
2043
-
2044
public:
2045
SchemaDocumentProvider(SchemaDocument** collection) : collection(collection) { }
2046
virtual const SchemaDocument* GetRemoteDocument(const char* uri, SizeType length) {
0 commit comments