summaryrefslogtreecommitdiff
path: root/src/plugins/xml/XmlParser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/xml/XmlParser.cpp')
-rw-r--r--src/plugins/xml/XmlParser.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/xml/XmlParser.cpp b/src/plugins/xml/XmlParser.cpp
index 5ab0c90..3831b3d 100644
--- a/src/plugins/xml/XmlParser.cpp
+++ b/src/plugins/xml/XmlParser.cpp
@@ -62,9 +62,6 @@ public:
void end() override
{
- scope().performDeferredResolution(logger());
- // TODO: Automatically call validate in "pop"?
- scope().getLeaf()->validate(logger());
scope().pop();
}