diff options
Diffstat (limited to 'lldb/include/lldb/Interpreter/CommandInterpreter.h')
| -rw-r--r-- | lldb/include/lldb/Interpreter/CommandInterpreter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/Interpreter/CommandInterpreter.h b/lldb/include/lldb/Interpreter/CommandInterpreter.h index 34c62c5a314..9d180e79431 100644 --- a/lldb/include/lldb/Interpreter/CommandInterpreter.h +++ b/lldb/include/lldb/Interpreter/CommandInterpreter.h @@ -441,7 +441,7 @@ public: "the target.max-children-count setting.\n"; } - const CommandHistory &GetCommandHistory() const { return m_command_history; } + //const CommandHistory &GetCommandHistory() const { return m_command_history; } CommandHistory &GetCommandHistory() { return m_command_history; } |

