Remove Windows editline from LLDB
authorNeal (nealsid) <nealsid@icloud.com>
Wed, 12 May 2021 08:46:35 +0000 (09:46 +0100)
committerDavid Spickett <david.spickett@linaro.org>
Wed, 12 May 2021 09:05:44 +0000 (10:05 +0100)
commit5af3a6645f38e5638b4ba03613ee18140f36962d
treed141e22fbfc0a3f1f1cfa5281488bdea172eb32b
parent68137ef5682f936a5db14202a69548eee6294256
Remove Windows editline from LLDB

I don't mean to undo others' work but it looks like the hand-rolled EditLine for LLDB on Windows isn't used.  It'd be easier to make changes to bring the other platforms' Editline wrapper up to date (e.g. simplifying char vs wchar_t) without modifying/testing this one too.

Reviewed By: amccarth

Differential Revision: https://reviews.llvm.org/D102208
lldb/include/lldb/Host/Editline.h
lldb/include/lldb/Host/windows/editlinewin.h [deleted file]
lldb/source/Host/CMakeLists.txt
lldb/source/Host/windows/EditLineWin.cpp [deleted file]