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 <[email protected]>
1 parent 02b072f commit 39dac31

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)