mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 14:48:27 +08:00
[StackFrameRecognizer] Remove unneeded LLDB_DISABLE_PYTHON.
llvm-svn: 356486
This commit is contained in:
@@ -17,8 +17,6 @@
|
||||
using namespace lldb;
|
||||
using namespace lldb_private;
|
||||
|
||||
#ifndef LLDB_DISABLE_PYTHON
|
||||
|
||||
class ScriptedRecognizedStackFrame : public RecognizedStackFrame {
|
||||
public:
|
||||
ScriptedRecognizedStackFrame(ValueObjectListSP args) {
|
||||
@@ -50,8 +48,6 @@ ScriptedStackFrameRecognizer::RecognizeFrame(lldb::StackFrameSP frame) {
|
||||
new ScriptedRecognizedStackFrame(args_synthesized));
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
class StackFrameRecognizerManagerImpl {
|
||||
public:
|
||||
void AddRecognizer(StackFrameRecognizerSP recognizer,
|
||||
|
||||
Reference in New Issue
Block a user