Code Cleanup

- Removed unused, untested DOM cache.
This commit is contained in:
Paul Beckingham 2013-01-12 14:47:34 -05:00
parent 30072cb75b
commit 76468f3ddd
2 changed files with 18 additions and 33 deletions

View file

@ -45,7 +45,6 @@ public:
void set (const std::string&, const std::string&);
private:
std::map <std::string, std::string> _cache;
};
#endif