remove void* m_userdata

This commit is contained in:
pavel.pimenov 2017-04-26 18:58:48 +03:00 committed by Arvid Norberg
parent 1af17be046
commit 4cf2bedde9
1 changed files with 0 additions and 4 deletions

View File

@ -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();