diff options
Diffstat (limited to 'src/context.h')
-rw-r--r-- | src/context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/context.h b/src/context.h index 5c75e48..282a940 100644 --- a/src/context.h +++ b/src/context.h @@ -33,8 +33,6 @@ public: static std::vector<const Context*> ctx_stack; - mutable boost::unordered_map<std::string, int> recursioncount; - protected: typedef boost::unordered_map<std::string, Value> ValueMap; ValueMap constants; |