diff options
author | boydgreenfield <boyd.greenfield@gmail.com> | 2014-05-20 17:02:51 -0400 |
---|---|---|
committer | boydgreenfield <boyd.greenfield@gmail.com> | 2014-05-20 17:02:51 -0400 |
commit | fd352cc0b541074d845e1ad275b8568ed460e24f (patch) | |
tree | fb69f15094fa114c3a5c2600760eac5eacb104a2 /lib | |
parent | 876cad3a914a42ab5ead3d5c9a610bb10790276c (diff) | |
download | Nim-fd352cc0b541074d845e1ad275b8568ed460e24f.tar.gz |
Revert 876cad3a - making nimprof fix on a new branch
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pure/nimprof.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pure/nimprof.nim b/lib/pure/nimprof.nim index 132ea9462..3d0cc2154 100644 --- a/lib/pure/nimprof.nim +++ b/lib/pure/nimprof.nim @@ -60,7 +60,6 @@ when not defined(memProfiler): else: interval = intervalInUs * 1000 - tickCountCorrection when withThreads: - import locks var profilingLock: TLock |