diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-07-17T18·07-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-07-17T18·07-0400 |
commit | 1217204c81b0b6f02df99adfc8414a181299535c (patch) | |
tree | 3e9303c4b2dde24e4662cf5dd2cbb7552554fc02 /src/libexpr/eval.hh | |
parent | 51d71ad3d7527596dc22d6dd9e9e70f2cd9faea9 (diff) |
Remove dead code
Diffstat (limited to 'src/libexpr/eval.hh')
-rw-r--r-- | src/libexpr/eval.hh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh index c4ba170e8cc7..bab9303b08eb 100644 --- a/src/libexpr/eval.hh +++ b/src/libexpr/eval.hh @@ -242,13 +242,9 @@ private: unsigned long nrValuesInEnvs; unsigned long nrValues; unsigned long nrListElems; - unsigned long nrEvaluated; unsigned long nrAttrsets; unsigned long nrOpUpdates; unsigned long nrOpUpdateValuesCopied; - unsigned int recursionDepth; - unsigned int maxRecursionDepth; - char * deepestStack; /* for measuring stack usage */ friend class RecursionCounter; friend class ExprOpUpdate; |