Removed old poll creation calls.

This commit is contained in:
rakshasa
2025-05-27 10:18:02 +02:00
committed by Jari Sundell
parent 46e94259e8
commit 5fb61b2857
5 changed files with 0 additions and 58 deletions
-2
View File
@@ -7,7 +7,6 @@
#include <cassert>
#include <rak/path.h>
#include <torrent/exceptions.h>
#include <torrent/poll.h>
#include "globals.h"
#include "control.h"
@@ -22,7 +21,6 @@ ThreadWorker::~ThreadWorker() {
void
ThreadWorker::init_thread() {
m_poll = std::unique_ptr<torrent::Poll>(torrent::Poll::slot_create_poll()());
m_state = STATE_INITIALIZED;
}