OSDN Git Service

Remove unused translation unit.
authorZachary Turner <zturner@google.com>
Tue, 23 Aug 2016 20:08:02 +0000 (20:08 +0000)
committerZachary Turner <zturner@google.com>
Tue, 23 Aug 2016 20:08:02 +0000 (20:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279561 91177308-0d34-0410-b5e6-96231b3b80d8

lib/DebugInfo/CodeView/CMakeLists.txt
lib/DebugInfo/CodeView/TypeDeserializer.cpp [deleted file]

index 92ffd3d..d8c2195 100644 (file)
@@ -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/lib/DebugInfo/CodeView/TypeDeserializer.cpp b/lib/DebugInfo/CodeView/TypeDeserializer.cpp
deleted file mode 100644 (file)
index 41aaa3c..0000000
+++ /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;