diff options
author | Zahary Karadjov <zahary@gmail.com> | 2013-01-21 02:03:13 +0200 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2013-01-21 02:03:13 +0200 |
commit | 41cbd1c980c7298a1d3a246c45d41a508eae14f8 (patch) | |
tree | 915eaddc7eb0b606a4fc759fa06a42d43040e9d1 /lib/system | |
parent | 8be307713ef040c4371f51fa21c8843e5a4484f5 (diff) | |
download | Nim-41cbd1c980c7298a1d3a246c45d41a508eae14f8.tar.gz |
minor bug fixes to make some tests green
Diffstat (limited to 'lib/system')
-rwxr-xr-x | lib/system/gc.nim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/system/gc.nim b/lib/system/gc.nim index a5cd9a2b0..028d2cc24 100755 --- a/lib/system/gc.nim +++ b/lib/system/gc.nim @@ -31,8 +31,6 @@ when withRealTime and not defined(getTicks): when defined(memProfiler): proc nimProfile(requestedSize: int) -include "system/timers" - const rcShift = 6 # the reference count is shifted so we can use # the least significat bits for additinal flags: |