Skip to content

Commit

Permalink
gen_initramfs_list.sh: remove unused variable 'default_list'
Browse files Browse the repository at this point in the history
This is assigned, but not referenced.

Signed-off-by: Masahiro Yamada <[email protected]>
Reviewed-by: Greg Thelen <[email protected]>
  • Loading branch information
masahir0y committed Jan 14, 2020
1 parent a2183c0 commit 9a04dc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion usr/gen_initramfs_list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ while [ $# -gt 0 ]; do
shift
;;
"-d") # display default initramfs list
default_list="$arg"
${dep_list}default_initramfs
;;
"-h")
Expand Down

0 comments on commit 9a04dc5

Please sign in to comment.