[lldb][NFC] Remove StringList::AutoComplete
authorRaphael Isemann <teemperor@gmail.com>
Mon, 19 Aug 2019 08:15:46 +0000 (08:15 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Mon, 19 Aug 2019 08:15:46 +0000 (08:15 +0000)
commitb8639f5c0fd82d4c29eb55590e1dfaf0a54dbb94
tree3636ba791d545d17b3ab35919872dfd308344909
parentcedd0d9a6e4b433e1cd6585d1d4d152eb5e60b11
[lldb][NFC] Remove StringList::AutoComplete

We don't need this very specific function in StringList that
we only call once in LLDB.

llvm-svn: 369242
lldb/include/lldb/Utility/StringList.h
lldb/source/Commands/CommandCompletions.cpp
lldb/source/Utility/StringList.cpp