summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/IOHandler.cpp
diff options
context:
space:
mode:
authorAlex Langford <apl@fb.com>2018-11-27 23:37:47 +0000
committerAlex Langford <apl@fb.com>2018-11-27 23:37:47 +0000
commit73b2c8faeb31218b459ac4c5baf5bec3e7e1d7c7 (patch)
tree79d5da2a041885bff3776abaff3f69d8162d59d0 /lldb/source/Core/IOHandler.cpp
parentc77dd514ade7ce1b09871cdacf8ac80313d9fdcb (diff)
downloadbcm5719-llvm-73b2c8faeb31218b459ac4c5baf5bec3e7e1d7c7.tar.gz
bcm5719-llvm-73b2c8faeb31218b459ac4c5baf5bec3e7e1d7c7.zip
Remove dead code from IOHandler
This has been dead since 2014 according to the blame llvm-svn: 347721
Diffstat (limited to 'lldb/source/Core/IOHandler.cpp')
-rw-r--r--lldb/source/Core/IOHandler.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/source/Core/IOHandler.cpp b/lldb/source/Core/IOHandler.cpp
index dbe6a3c9d67..682b7bb2e99 100644
--- a/lldb/source/Core/IOHandler.cpp
+++ b/lldb/source/Core/IOHandler.cpp
@@ -1744,11 +1744,7 @@ public:
void Initialize() {
::setlocale(LC_ALL, "");
::setlocale(LC_CTYPE, "");
-#if 0
- ::initscr();
-#else
m_screen = ::newterm(nullptr, m_out, m_in);
-#endif
::start_color();
::curs_set(0);
::noecho();
OpenPOWER on IntegriCloud