Index: lldb/source/API/SBHostOS.cpp =================================================================== --- lldb/source/API/SBHostOS.cpp +++ lldb/source/API/SBHostOS.cpp @@ -18,9 +18,6 @@ #include "lldb/Utility/FileSpec.h" #include "Plugins/ExpressionParser/Clang/ClangHost.h" -#ifndef LLDB_DISABLE_PYTHON -#include "Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h" -#endif #include "llvm/ADT/SmallString.h" #include "llvm/Support/Path.h" @@ -60,9 +57,6 @@ fspec = HostInfo::GetHeaderDir(); break; case ePathTypePythonDir: -#ifndef LLDB_DISABLE_PYTHON - fspec = ScriptInterpreterPython::GetPythonDir(); -#endif break; case ePathTypeLLDBSystemPlugins: fspec = HostInfo::GetSystemPluginDir();