[lldb] Remove legacy six module for py2->py3
authorJordan Rupprecht <rupprecht@google.com>
Wed, 25 Jan 2023 03:46:26 +0000 (19:46 -0800)
committerJordan Rupprecht <rupprecht@google.com>
Wed, 25 Jan 2023 03:46:26 +0000 (19:46 -0800)
commit5ed6d99a8311e54762df3d40dfb1d12578aaa4f5
treecc814729a58fd6af57162f3f86b10c4542b391d8
parent5dd7c16c3dcfd3154a53ee59e0e092c1e0092197
[lldb] Remove legacy six module for py2->py3

LLDB only supports Python3 now, so the `six` shim for Python2 is no longer necessary.

Reviewed By: JDevlieghere

Differential Revision: https://reviews.llvm.org/D142140
lldb/bindings/python/CMakeLists.txt
lldb/cmake/modules/LLDBConfig.cmake
lldb/third_party/Python/module/six/LICENSE [deleted file]
lldb/third_party/Python/module/six/six.py [deleted file]