diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2018-07-11T18·29+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2018-07-11T18·29+0200 |
commit | 875cd9da2b20a7228dd337aa007ae11ef02a220a (patch) | |
tree | 6bc7c3bc597c7788f03bddd6a3d5f3646a1d8950 /src/libexpr/eval.hh | |
parent | aa64e95bc82b3a57f3a645a746aacf4d2479266e (diff) |
Remove unused function printStats2()
Closes #2282.
Diffstat (limited to 'src/libexpr/eval.hh')
-rw-r--r-- | src/libexpr/eval.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh index 46bda86d084e..d0f298e168e9 100644 --- a/src/libexpr/eval.hh +++ b/src/libexpr/eval.hh @@ -276,7 +276,6 @@ public: /* Print statistics. */ void printStats(); - void printStats2(); void realiseContext(const PathSet & context); |