Revert "[lldb] Add ScriptedProcess to scripting template list"

This reverts commit 2402b3213c since it
breaks the windows bot:

https://lab.llvm.org/buildbot/#/builders/141/builds/1175/
This commit is contained in:
Med Ismail Bennani
2024-07-27 18:04:04 -07:00
parent a4921f10e0
commit bbc457a4f4
5 changed files with 12 additions and 65 deletions

View File

@@ -16,7 +16,7 @@
#include "Interfaces/OperatingSystemPythonInterface/OperatingSystemPythonInterface.h"
#include "Interfaces/ScriptedPlatformPythonInterface/ScriptedPlatformPythonInterface.h"
#include "Interfaces/ScriptedProcessPythonInterface/ScriptedProcessPythonInterface.h"
#include "Interfaces/ScriptedProcessPythonInterface.h"
#include "Interfaces/ScriptedThreadPlanPythonInterface/ScriptedThreadPlanPythonInterface.h"
#include "PythonDataObjects.h"
#include "PythonReadline.h"