diff options
author | Carlo Zancanaro <carlo@carlo-laptop> | 2012-05-02 00:03:59 +1000 |
---|---|---|
committer | Carlo Zancanaro <carlo@carlo-laptop> | 2012-05-02 00:03:59 +1000 |
commit | 9fd34b8cdc98ee757fc047216bd51c698cb7b82f (patch) | |
tree | 234e634fdaab8b2f021dab91922f4f771f0472c6 /impl/ExpressionFactory.hpp | |
parent | a26a426170bb0697115e6187887f18ad979b56f2 (diff) |
Fix up some memory leaking issues.
Diffstat (limited to 'impl/ExpressionFactory.hpp')
-rw-r--r-- | impl/ExpressionFactory.hpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/impl/ExpressionFactory.hpp b/impl/ExpressionFactory.hpp deleted file mode 100644 index 0eb7268..0000000 --- a/impl/ExpressionFactory.hpp +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef EXPRESSION_FACTORY_HPP -#define EXPRESSION_FACTORY_HPP - -template<typename T> -struct ExpressionFactory { - ExpressionFactory() : _count(0) { } - - private: - unsigned int _count; -}; - -#endif |