diff options
Diffstat (limited to 'lldb/scripts/interface/SBCommandInterpreter.i')
-rw-r--r-- | lldb/scripts/interface/SBCommandInterpreter.i | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lldb/scripts/interface/SBCommandInterpreter.i b/lldb/scripts/interface/SBCommandInterpreter.i index 721a5cdf70a..ad2e8f1662c 100644 --- a/lldb/scripts/interface/SBCommandInterpreter.i +++ b/lldb/scripts/interface/SBCommandInterpreter.i @@ -18,7 +18,6 @@ A default SBCommandInterpreterRunOptions object has: PrintResults: true AddToHistory: true - ") SBCommandInterpreterRunOptions; class SBCommandInterpreterRunOptions { @@ -115,8 +114,7 @@ python_api/interpreter/TestCommandInterpreterAPI.py), The HandleCommand() instance method takes two args: the command string and an SBCommandReturnObject instance which encapsulates the result of command -execution. -") SBCommandInterpreter; +execution.") SBCommandInterpreter; class SBCommandInterpreter { public: |