mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-10 12:12:31 +00:00
Cleaned up code.
This commit is contained in:
+1
-1
@@ -82,7 +82,7 @@ public:
|
||||
throw torrent::internal_error("Overflowed thread_queue.");
|
||||
|
||||
__sync_bool_compare_and_swap(itr, NULL, v);
|
||||
__sync_bool_compare_and_swap(&m_lock, 1, 0);
|
||||
unlock();
|
||||
}
|
||||
|
||||
value_type* copy_and_clear(value_type* dest) {
|
||||
|
||||
Reference in New Issue
Block a user