diff options
author | Greg Clayton <gclayton@apple.com> | 2015-04-14 20:57:13 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2015-04-14 20:57:13 +0000 |
commit | 21667b64bc4936fab986c1f136c30e98d007083b (patch) | |
tree | 40797f8f43b4b87e8b91eb7e2c52b4618df1f0c4 /lldb/source/Core/IOHandler.cpp | |
parent | 8ed40ce56d0f6360f56e785a229f9c03ed1d1889 (diff) | |
download | bcm5719-llvm-21667b64bc4936fab986c1f136c30e98d007083b.tar.gz bcm5719-llvm-21667b64bc4936fab986c1f136c30e98d007083b.zip |
Remove unused functions that were causing warnings.
llvm-svn: 234940
Diffstat (limited to 'lldb/source/Core/IOHandler.cpp')
-rw-r--r-- | lldb/source/Core/IOHandler.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lldb/source/Core/IOHandler.cpp b/lldb/source/Core/IOHandler.cpp index 13099d0ebfd..0f9d8a8c8f3 100644 --- a/lldb/source/Core/IOHandler.cpp +++ b/lldb/source/Core/IOHandler.cpp @@ -1082,21 +1082,6 @@ type summary add -s "${var.origin%S} ${var.size%S}" curses::Rect } virtual bool - WindowDelegateUpdateProcess (Window &window) - { - } - - virtual bool - WindowDelegateUpdateThread (Window &window) - { - } - - virtual bool - WindowDelegateUpdateStackFrame (Window &window) - { - } - - virtual bool WindowDelegateDraw (Window &window, bool force) { return false; // Drawing not handled |