From: Olliver Schinagl Date: Mon, 18 Mar 2024 12:08:44 +0000 (+0100) Subject: scripts/kernel_bump: Drop unused function X-Git-Tag: v24.10.0-rc1~2269 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bbc24926618898ec33ceb421d6571f1fa8f2b73;p=thirdparty%2Fopenwrt.git scripts/kernel_bump: Drop unused function No need to keep unused empty functions. A left over from early development. Signed-off-by: Olliver Schinagl --- diff --git a/scripts/kernel_bump.sh b/scripts/kernel_bump.sh index 829cd250e13..bbf6747fc10 100755 --- a/scripts/kernel_bump.sh +++ b/scripts/kernel_bump.sh @@ -80,13 +80,6 @@ init() trap cleanup EXIT HUP INT QUIT ABRT ALRM TERM } -do_source_target() -{ - _target_dir="${1:?Missing argument to function}" - _op="${2:?Missing argument to function}" - -} - bump_kernel() { platform_name="${platform_name##*'/'}"