summaryrefslogtreecommitdiff
path: root/src/scope.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-03-11 04:30:04 -0500
committerJohn Wiegley <johnw@newartisans.com>2012-03-11 04:30:08 -0500
commit234348f7fa9018506e740996e8efb5afee283841 (patch)
tree8e15fa1cb10b5462437098103eee7583952defa6 /src/scope.h
parentaebf77d5b4a0fa5c0cc6d194a635cc26e07bb1c3 (diff)
downloadfork-ledger-234348f7fa9018506e740996e8efb5afee283841.tar.gz
fork-ledger-234348f7fa9018506e740996e8efb5afee283841.tar.bz2
fork-ledger-234348f7fa9018506e740996e8efb5afee283841.zip
Fixed a bug that was breaking optimized builds
Diffstat (limited to 'src/scope.h')
-rw-r--r--src/scope.h5
1 files changed, 0 insertions, 5 deletions
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,