summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorboydgreenfield <boyd.greenfield@gmail.com>2014-05-20 17:02:51 -0400
committerboydgreenfield <boyd.greenfield@gmail.com>2014-05-20 17:02:51 -0400
commitfd352cc0b541074d845e1ad275b8568ed460e24f (patch)
treefb69f15094fa114c3a5c2600760eac5eacb104a2
parent876cad3a914a42ab5ead3d5c9a610bb10790276c (diff)
downloadNim-fd352cc0b541074d845e1ad275b8568ed460e24f.tar.gz
Revert 876cad3a - making nimprof fix on a new branch
-rw-r--r--lib/pure/nimprof.nim1
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
 
a> 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175