Skip to content

Commit 652d3a5

Browse files
committed
Cleanup: Silence warning about anused variable
Signed-off-by: Josenivaldo Benito Jr <jrbenito@benito.qsl.br>
1 parent ce6fea2 commit 652d3a5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ThreadController.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ bool ThreadController::add(Thread* _thread){
6565

6666
void ThreadController::remove(int id){
6767
// Find Threads with the id, and removes
68-
bool found = false;
6968
for(int i = 0; i < MAX_THREADS; i++){
7069
if(thread[i]->ThreadID == id){
7170
thread[i] = NULL;

0 commit comments

Comments
 (0)