From 234348f7fa9018506e740996e8efb5afee283841 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 11 Mar 2012 04:30:04 -0500 Subject: Fixed a bug that was breaking optimized builds --- src/scope.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/scope.h') diff --git a/src/scope.h b/src/scope.h index 31ef61cb..ccfc750b 100644 --- a/src/scope.h +++ b/src/scope.h @@ -380,13 +380,8 @@ protected: class call_scope_t : public context_scope_t { -#if defined(DEBUG_ON) public: -#endif value_t args; -#if defined(DEBUG_ON) -private: -#endif mutable void * ptr; value_t& resolve(const std::size_t index, -- cgit v1.2.3