[FormatEntity] Remove unused format type (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Sat, 27 Apr 2019 05:36:57 +0000 (05:36 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Sat, 27 Apr 2019 05:36:57 +0000 (05:36 +0000)
commit40dfc3920e022beb920b7236bfdcce0e037d8e0e
treef40dd90e632705efe1fa53ff54903e86924aaeba
parent063b471ff7fc5b3d7987f2a09279271344f4e6f7
[FormatEntity] Remove unused format type (NFC)

The FormatType enum and corresponding field are unused. This patch
removes the type, field and simplifies the macros that initialize them.

llvm-svn: 359372
lldb/include/lldb/Core/FormatEntity.h
lldb/source/Core/FormatEntity.cpp