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)
commit89aa72cd3052b70ade40fa02a018f8f509355790
treef112d31aa6280e78bf7d30faddba43e5bc85dcad
parent00f75043e46d5bd2bba87b3fada6c1090b61bd40
kunit: tool: drop unused KernelDirectoryPath var

Commit be886ba90cce ("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