Remove unused translation unit.

llvm-svn: 279561
This commit is contained in:
Zachary Turner 2016-08-23 20:08:02 +00:00
parent 068d1f826c
commit f6884a1aac
2 changed files with 0 additions and 14 deletions

View File

@ -11,7 +11,6 @@ add_llvm_library(LLVMDebugInfoCodeView
ModuleSubstreamVisitor.cpp
RecordSerialization.cpp
SymbolDumper.cpp
TypeDeserializer.cpp
TypeDumper.cpp
TypeRecord.cpp
TypeRecordBuilder.cpp

View File

@ -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;