diff options
author | Zachary Turner <zturner@google.com> | 2017-06-16 23:42:15 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2017-06-16 23:42:15 +0000 |
commit | 59224cba2e745fbb566e86c96d8dcc9f527f4dc2 (patch) | |
tree | 59ef81482fbcaa1f2db536b559ac9e3b8f2fa87b /llvm/tools/llvm-readobj | |
parent | 7ba50b715193a9f507907cb98365b1ace743a013 (diff) | |
download | bcm5719-llvm-59224cba2e745fbb566e86c96d8dcc9f527f4dc2.tar.gz bcm5719-llvm-59224cba2e745fbb566e86c96d8dcc9f527f4dc2.zip |
Remove some dead code / includes.
I'm trying to get rid of the TypeDatabase class, so the first
step is to minimize its footprint.
llvm-svn: 305611
Diffstat (limited to 'llvm/tools/llvm-readobj')
-rw-r--r-- | llvm/tools/llvm-readobj/COFFDumper.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llvm-readobj/COFFDumper.cpp b/llvm/tools/llvm-readobj/COFFDumper.cpp index 216c9adad9a..cd8c02affd4 100644 --- a/llvm/tools/llvm-readobj/COFFDumper.cpp +++ b/llvm/tools/llvm-readobj/COFFDumper.cpp @@ -36,7 +36,6 @@ #include "llvm/DebugInfo/CodeView/SymbolDumpDelegate.h" #include "llvm/DebugInfo/CodeView/SymbolDumper.h" #include "llvm/DebugInfo/CodeView/SymbolRecord.h" -#include "llvm/DebugInfo/CodeView/TypeDatabase.h" #include "llvm/DebugInfo/CodeView/TypeDumpVisitor.h" #include "llvm/DebugInfo/CodeView/TypeIndex.h" #include "llvm/DebugInfo/CodeView/TypeRecord.h" |