mirror of https://github.com/torvalds/linux.git
sysctl: Removed unused variable
Remove unaligned_dump_stack from sysctl.h; it is no longer used or defined. Signed-off-by: Joel Granados <joel.granados@kernel.org>
This commit is contained in:
parent
02b072fd9f
commit
39dac316f0
|
|
@ -243,7 +243,6 @@ int do_proc_douintvec(const struct ctl_table *table, int write,
|
|||
void *data);
|
||||
|
||||
extern int unaligned_enabled;
|
||||
extern int unaligned_dump_stack;
|
||||
extern int no_unaligned_warning;
|
||||
|
||||
#else /* CONFIG_SYSCTL */
|
||||
|
|
|
|||
Loading…
Reference in New Issue