Skip to content

Commit

Permalink
Removed a function I used to test multi-threading
Browse files Browse the repository at this point in the history
  • Loading branch information
mandar1jn committed Sep 6, 2022
1 parent ac82f7c commit 294b9ba
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
#include <thread>
#include <iostream>

void IOFunc()
{
std::cout << "test" << std::endl;
}

int main(int argc, char *argv[])
{
QApplication a(argc, argv);
Expand Down

0 comments on commit 294b9ba

Please sign in to comment.