Skip to content
Commit 0105c8d8 authored by chengang@emindsoft.com.cn's avatar chengang@emindsoft.com.cn Committed by Thomas Gleixner
Browse files

arch/x86/kernel/ptrace.c: Remove unused arg_offs_table



The related warning from gcc 6.0:

  arch/x86/kernel/ptrace.c:127:18: warning: ‘arg_offs_table’ defined but not used [-Wunused-const-variable]
   static const int arg_offs_table[] = {
                    ^~~~~~~~~~~~~~

Signed-off-by: default avatarChen Gang <gang.chen.5i5j@gmail.com>
Link: http://lkml.kernel.org/r/1451137798-28701-1-git-send-email-chengang@emindsoft.com.cn


Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 4baf7fe4
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