Commit 79d16764 authored by Raphael Isemann's avatar Raphael Isemann
Browse files

[lldb][NFC] Fix compiler warnings after removal of eValueTypeVector

5d645743 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.
parent b9b5f12b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment