scripts/kernel_bump: Drop unused function
authorOlliver Schinagl <oliver@schinagl.nl>
Mon, 18 Mar 2024 12:08:44 +0000 (13:08 +0100)
committerRobert Marko <robimarko@gmail.com>
Fri, 12 Apr 2024 16:20:52 +0000 (18:20 +0200)
No need to keep unused empty functions. A left over from early development.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
scripts/kernel_bump.sh

index 829cd250e138cda170860fba2a2397f06532e1ec..bbf6747fc10c31baa50ecf4af939f81373841a6e 100755 (executable)
@@ -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##*'/'}"