Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

gen_initramfs_list.sh: remove unused variable 'default_list'

This is assigned, but not referenced.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Greg Thelen <gthelen@google.com>

-1
-1
usr/gen_initramfs_list.sh
··· 280 280 shift 281 281 ;; 282 282 "-d") # display default initramfs list 283 - default_list="$arg" 284 283 ${dep_list}default_initramfs 285 284 ;; 286 285 "-h")