From 4cf2bedde947a72ca468ce3e731f8fffad3484b3 Mon Sep 17 00:00:00 2001 From: "pavel.pimenov" Date: Wed, 26 Apr 2017 18:58:48 +0300 Subject: [PATCH] remove void* m_userdata --- include/libtorrent/disk_io_thread.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/libtorrent/disk_io_thread.hpp b/include/libtorrent/disk_io_thread.hpp index 13f0e33bb..2e2530960 100644 --- a/include/libtorrent/disk_io_thread.hpp +++ b/include/libtorrent/disk_io_thread.hpp @@ -516,10 +516,6 @@ namespace aux { aux::session_settings m_settings; - // userdata pointer for the complete_job function, which - // is posted to the network thread when jobs complete - void* m_userdata; - // the last time we expired write blocks from the cache time_point m_last_cache_expiry = min_time();