From 7e7b112e6c00bcce0b339652748079cf7c9f1430 Mon Sep 17 00:00:00 2001 From: Adrian Kummerländer Date: Sat, 26 Apr 2014 15:17:07 +0200 Subject: Moved DomDocumentCache instances back into external function class * A global DomDocumentCache instance would require key prefixing * switched internal data structure to std::unordered_map for average constant time access --- src/transformation_facade.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/transformation_facade.h') diff --git a/src/transformation_facade.h b/src/transformation_facade.h index 3acb364..765a376 100644 --- a/src/transformation_facade.h +++ b/src/transformation_facade.h @@ -7,7 +7,6 @@ #include "common.h" #include "support/filesystem_context.h" -#include "support/dom/document_cache.h" namespace InputXSLT { @@ -23,7 +22,6 @@ class TransformationFacade { const xalan::XalanCompiledStylesheet* transformation_; xalan::XalanTransformer transformer_; - DomDocumentCache document_cache_; }; -- cgit v1.2.3