diff options
author | Greg Clayton <gclayton@apple.com> | 2013-06-11 17:32:06 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2013-06-11 17:32:06 +0000 |
commit | 3fb543b06d2588012457e56f3b53a6e784927f56 (patch) | |
tree | 1af4a4985fe75f760127b836ab539666448ccb61 /lldb/source/DataFormatters/FormatManager.cpp | |
parent | 660a5a14f6c21fbe2bcbe91d9989fb7b1eebc94f (diff) | |
download | bcm5719-llvm-3fb543b06d2588012457e56f3b53a6e784927f56.tar.gz bcm5719-llvm-3fb543b06d2588012457e56f3b53a6e784927f56.zip |
Remove eFormatHalfFloat as it isn't needed. eFormatFloat should be used and the byte size will tell us how to display it.
llvm-svn: 183755
Diffstat (limited to 'lldb/source/DataFormatters/FormatManager.cpp')
-rw-r--r-- | lldb/source/DataFormatters/FormatManager.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/DataFormatters/FormatManager.cpp b/lldb/source/DataFormatters/FormatManager.cpp index 1a3b2ae5f86..28c3f82e2df 100644 --- a/lldb/source/DataFormatters/FormatManager.cpp +++ b/lldb/source/DataFormatters/FormatManager.cpp @@ -72,7 +72,6 @@ g_format_infos[] = { eFormatCharArray , 'a' , "character array" }, { eFormatAddressInfo , 'A' , "address" }, { eFormatHexFloat , '\0' , "hex float" }, - { eFormatHalfFloat , '\0' , "half float" }, { eFormatInstruction , 'i' , "instruction" }, { eFormatVoid , 'v' , "void" } }; |