[lldb][NFC] Remove useless cursor shifting in Options::HandleOptionCompletion
authorRaphael Isemann <teemperor@gmail.com>
Wed, 25 Sep 2019 12:04:48 +0000 (12:04 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Wed, 25 Sep 2019 12:04:48 +0000 (12:04 +0000)
commit0ba85fdb4f51cdbf02f2149d9abde8238ce76a0f
treed04ed834fc7329ff60f6cba5ba035dfe7e3c5754
parent2c93d061f2e8f343cc95892b7813959160c12dfc
[lldb][NFC] Remove useless cursor shifting in Options::HandleOptionCompletion

The cursor position is always at the end of the current argument (as the
argument cut off after the cursor position). So this code is a no-op and
can be removed.

llvm-svn: 372851
lldb/source/Interpreter/Options.cpp