We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce6fea2 commit 652d3a5Copy full SHA for 652d3a5
1 file changed
ThreadController.cpp
@@ -65,7 +65,6 @@ bool ThreadController::add(Thread* _thread){
65
66
void ThreadController::remove(int id){
67
// Find Threads with the id, and removes
68
- bool found = false;
69
for(int i = 0; i < MAX_THREADS; i++){
70
if(thread[i]->ThreadID == id){
71
thread[i] = NULL;
0 commit comments