Просмотр исходного кода

scripts/kernel_bump: Drop unused function

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

Signed-off-by: Olliver Schinagl <[email protected]>
Olliver Schinagl 1 год назад
Родитель
Сommit
1bbc249266
1 измененных файлов с 0 добавлено и 7 удалено
  1. 0 7
      scripts/kernel_bump.sh

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