diff options
author | Jim Ingham <jingham@apple.com> | 2019-05-23 01:40:33 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2019-05-23 01:40:33 +0000 |
commit | ab43d1d888a5e8134c7c38c7ea35e6d8d0727c1d (patch) | |
tree | 017d06a7a8ee4fbecf502ce066c138810bb59b9e /lldb | |
parent | 1a3cbe720c30ad07545d433e1807222d1ec5b470 (diff) | |
download | bcm5719-llvm-ab43d1d888a5e8134c7c38c7ea35e6d8d0727c1d.tar.gz bcm5719-llvm-ab43d1d888a5e8134c7c38c7ea35e6d8d0727c1d.zip |
Remove unused const version of CommandInterpreter::GetCommandHistory.
llvm-svn: 361455
Diffstat (limited to 'lldb')
-rw-r--r-- | lldb/include/lldb/Interpreter/CommandInterpreter.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/include/lldb/Interpreter/CommandInterpreter.h b/lldb/include/lldb/Interpreter/CommandInterpreter.h index 9d180e79431..c3dd6606e0d 100644 --- a/lldb/include/lldb/Interpreter/CommandInterpreter.h +++ b/lldb/include/lldb/Interpreter/CommandInterpreter.h @@ -441,8 +441,6 @@ public: "the target.max-children-count setting.\n"; } - //const CommandHistory &GetCommandHistory() const { return m_command_history; } - CommandHistory &GetCommandHistory() { return m_command_history; } bool IsActive(); |