From 73b2c8faeb31218b459ac4c5baf5bec3e7e1d7c7 Mon Sep 17 00:00:00 2001 From: Alex Langford Date: Tue, 27 Nov 2018 23:37:47 +0000 Subject: Remove dead code from IOHandler This has been dead since 2014 according to the blame llvm-svn: 347721 --- lldb/source/Core/IOHandler.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lldb/source/Core/IOHandler.cpp') 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(); -- cgit v1.2.3