Commit e9d35946 authored by Thomas Gleixner's avatar Thomas Gleixner

x86: vdso: Remove unused variable

Reported-by: default avatarPeter Zijlstra <peterz@infradead.org>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Cc: Andy Lutomirski <luto@mit.edu>
parent 973aa818
......@@ -175,8 +175,8 @@ static __always_inline long time_syscall(long *t)
notrace time_t __vdso_time(time_t *t)
{
unsigned seq;
time_t result;
if (unlikely(!VVAR(vsyscall_gtod_data).sysctl_enabled))
return time_syscall(t);
......
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