diff options
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 |