summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2019-05-23 01:40:33 +0000
committerJim Ingham <jingham@apple.com>2019-05-23 01:40:33 +0000
commitab43d1d888a5e8134c7c38c7ea35e6d8d0727c1d (patch)
tree017d06a7a8ee4fbecf502ce066c138810bb59b9e /lldb
parent1a3cbe720c30ad07545d433e1807222d1ec5b470 (diff)
downloadbcm5719-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.h2
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();
OpenPOWER on IntegriCloud