[lldb][NFC] Remove eCustomCompletion mode
authorRaphael Isemann <teemperor@gmail.com>
Wed, 12 Feb 2020 06:57:00 +0000 (07:57 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Wed, 12 Feb 2020 07:34:02 +0000 (08:34 +0100)
commit477c09043e654bc154fce6e6b013f8f91fb96f05
tree817960342f7b3cbc6fd0b9f7b37d2e7cdeff666f
parent33b9f3abd78ffe31e2f468f64d36dbdf75b25d6e
[lldb][NFC] Remove eCustomCompletion mode

It's not used by anyone. Also if something implements its own
completion it could just not call the method instead of having
a parameter that makes the function a no-op.
lldb/source/Commands/CommandCompletions.cpp