diff options
| author | Zachary Turner <zturner@google.com> | 2016-08-23 20:08:02 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2016-08-23 20:08:02 +0000 |
| commit | f6884a1aac98077314176151e61cd82273062738 (patch) | |
| tree | 278a9af6c64013f2e2c324ffc10bf4f9619dc91c | |
| parent | 068d1f826cc9b4841c7c7aeaf03f3820fe0f7ec0 (diff) | |
| download | bcm5719-llvm-f6884a1aac98077314176151e61cd82273062738.tar.gz bcm5719-llvm-f6884a1aac98077314176151e61cd82273062738.zip | |
Remove unused translation unit.
llvm-svn: 279561
| -rw-r--r-- | llvm/lib/DebugInfo/CodeView/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | llvm/lib/DebugInfo/CodeView/TypeDeserializer.cpp | 13 |
2 files changed, 0 insertions, 14 deletions
diff --git a/llvm/lib/DebugInfo/CodeView/CMakeLists.txt b/llvm/lib/DebugInfo/CodeView/CMakeLists.txt index 92ffd3d24d7..d8c21953967 100644 --- a/llvm/lib/DebugInfo/CodeView/CMakeLists.txt +++ b/llvm/lib/DebugInfo/CodeView/CMakeLists.txt @@ -11,7 +11,6 @@ add_llvm_library(LLVMDebugInfoCodeView ModuleSubstreamVisitor.cpp RecordSerialization.cpp SymbolDumper.cpp - TypeDeserializer.cpp TypeDumper.cpp TypeRecord.cpp TypeRecordBuilder.cpp diff --git a/llvm/lib/DebugInfo/CodeView/TypeDeserializer.cpp b/llvm/lib/DebugInfo/CodeView/TypeDeserializer.cpp deleted file mode 100644 index 41aaa3c55b6..00000000000 --- a/llvm/lib/DebugInfo/CodeView/TypeDeserializer.cpp +++ /dev/null @@ -1,13 +0,0 @@ -//===- TypeDeserializer.cpp -------------------------------------*- C++ -*-===// -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -#include "llvm/DebugInfo/CodeView/TypeDeserializer.h" - -using namespace llvm; -using namespace llvm::codeview; |

