]> git.baikalelectronics.ru Git - kernel.git/commit
kunit: tool: drop unused KernelDirectoryPath var
authorDaniel Latypov <dlatypov@google.com>
Tue, 18 Jan 2022 19:09:20 +0000 (11:09 -0800)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 4 Apr 2022 20:25:47 +0000 (14:25 -0600)
commit7fb2e44352551b5a75641cba3edea18ea795802c
treef112d31aa6280e78bf7d30faddba43e5bc85dcad
parent1a121c6eaf6c66e71b4ee8eb2830261ddbbfce42
kunit: tool: drop unused KernelDirectoryPath var

Commit 55a58ddb8bbb ("kunit: run kunit_tool from any directory")
introduced this variable, but it was unused even in that commit.

Since it's still unused now and callers can instead use
get_kernel_root_path(), delete this var.

Signed-off-by: Daniel Latypov <dlatypov@google.com>
Reviewed-by: David Gow <davidgow@google.com>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/kunit/kunit.py