Skip to content
Commit d66e3ede authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

futex: Remove unused variable 'vpid' in futex_proxy_trylock_atomic()



The recent bug fix left the variable 'vpid' and an assignment to it around,
but the variable is otherwise unused.

clang dose not complain even with W=1, but gcc exposed this.

Fixes: 4f07ec0d ("futex: Prevent inconsistent state and exit race")
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 34057659
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment