Remove unnecessary target from TestCompletion patch
authorRaphael Isemann <teemperor@gmail.com>
Wed, 1 Aug 2018 23:54:37 +0000 (23:54 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Wed, 1 Aug 2018 23:54:37 +0000 (23:54 +0000)
commit8fa58b1d178b34a03acf692ec410b0d8a2b3c825
tree578356f11c76be6aa8dea17c5aebbda4f5abc1c3
parentdb49a1f78a1342cd7cd530e1633e0795b94a8487
Remove unnecessary target from TestCompletion patch

As Jim pointed out, we don't need to manually create a target
here because we already create a target implicitly in the very
next line (which means we just created a target and don't use it).

This patch just removes the line that creates the first unused target.

llvm-svn: 338657
lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py