[lldb][NFC] Fix compiler warnings after removal of eValueTypeVector
authorRaphael Isemann <teemperor@gmail.com>
Thu, 5 Nov 2020 16:11:38 +0000 (17:11 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Thu, 5 Nov 2020 16:17:33 +0000 (17:17 +0100)
commit79d16764dd29aeddb7e6400e6b2d89d31653886c
treecf4acb1ada6091965d96bf20706a1edd5bf47b68
parentb9b5f12bd4cd0647ff630c1631e0cf20f430fa15
[lldb][NFC] Fix compiler warnings after removal of eValueTypeVector

5d64574301836c4c17127794121d49a62d24f803 removes this enum value and now
all the switch statements that previously relied on handling this in the
'default' branch are causes compiler warnings due to redundant default cases.

This just removes the now unreachable code in there.
lldb/source/Core/Value.cpp
lldb/source/Core/ValueObjectChild.cpp
lldb/source/Core/ValueObjectMemory.cpp