scripts/kernel_bump: Drop unused function

No need to keep unused empty functions. A left over from early development.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
This commit is contained in:
Olliver Schinagl 2024-03-18 13:08:44 +01:00 committed by Robert Marko
parent 7b7f170216
commit 1bbc249266
1 changed files with 0 additions and 7 deletions

View File

@ -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##*'/'}"