Remove unneeded lock in nogc lazy list find_at_.
authorMike Krinkin <krinkin.m.u@gmail.com>
Mon, 23 Mar 2015 14:08:44 +0000 (17:08 +0300)
committerMike Krinkin <krinkin.m.u@gmail.com>
Mon, 23 Mar 2015 16:28:44 +0000 (19:28 +0300)
commit2adb421951b367335c52d096d98ea8eb4f96214d
tree71c502dfbfc46635b600f2ae21535b4cabe121fc
parent1d51ebf8ed07a386e2660b3530337a64db3eeccb
Remove unneeded lock in nogc lazy list find_at_.

Call to a comparator doesn't require the lock, so the lock in
find_at_ method is odd, so this patch removes that lock.
cds/intrusive/lazy_list_nogc.h