]> 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)
commit23163a9c0b7622e3ab9c9c625537d00c9b77fb5c
treef112d31aa6280e78bf7d30faddba43e5bc85dcad
parentea4229182200dd59853c746e364cc3284704db83
kunit: tool: drop unused KernelDirectoryPath var

Commit 64c90cd877b9 ("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