Skip to content

Commit 39dac31

Browse files
committed
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>
1 parent 02b072f commit 39dac31

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

include/linux/sysctl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ int do_proc_douintvec(const struct ctl_table *table, int write,
243243
void *data);
244244

245245
extern int unaligned_enabled;
246-
extern int unaligned_dump_stack;
247246
extern int no_unaligned_warning;
248247

249248
#else /* CONFIG_SYSCTL */

0 commit comments

Comments
 (0)