arch/x86/kernel/ptrace.c: Remove unused arg_offs_table
authorchengang@emindsoft.com.cn <chengang@emindsoft.com.cn>
Sat, 26 Dec 2015 13:49:58 +0000 (21:49 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 29 Dec 2015 10:35:34 +0000 (11:35 +0100)
commit0105c8d8334fc941e0297ca6708fa57854114c0e
tree889c0574f02b20a8afb0f673cdae2bdfb260c3de
parent4baf7fe40790c8ffdab54edc8e5b7051cfce3968
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: Chen 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: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/ptrace.c
This page took 0.040726 seconds and 5 git commands to generate.