Commit b6c76777 authored by Alexandre Julliard's avatar Alexandre Julliard

Removed a no longer used variable.

parent f895ad18
......@@ -260,7 +260,6 @@ static struct msg_queue *create_msg_queue( struct thread *thread, struct thread_
void free_msg_queue( struct thread *thread )
{
struct process *process = thread->process;
struct thread_input *input;
remove_thread_hooks( thread );
if (!thread->queue) return;
......@@ -275,7 +274,6 @@ void free_msg_queue( struct thread *thread )
process->idle_event = NULL;
}
}
input = thread->queue->input;
release_object( thread->queue );
thread->queue = NULL;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment