summaryrefslogtreecommitdiff
path: root/src/stream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream.cpp')
-rw-r--r--src/stream.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/stream.cpp b/src/stream.cpp
index c886446..6e48fb8 100644
--- a/src/stream.cpp
+++ b/src/stream.cpp
@@ -34,10 +34,6 @@ namespace bot::stream {
this->online_ids.erase(y);
}
}
- void StreamListenerClient::run_thread() {
- std::thread t(&bot::stream::StreamListenerClient::run, this);
- t.join();
- }
void StreamListenerClient::run() {
while (true) {
this->update_channel_ids();