[llvm] r279561 - Remove unused translation unit.
Zachary Turner via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 23 13:08:02 PDT 2016
Author: zturner
Date: Tue Aug 23 15:08:02 2016
New Revision: 279561
URL: http://llvm.org/viewvc/llvm-project?rev=279561&view=rev
Log:
Remove unused translation unit.
Removed:
llvm/trunk/lib/DebugInfo/CodeView/TypeDeserializer.cpp
Modified:
llvm/trunk/lib/DebugInfo/CodeView/CMakeLists.txt
Modified: llvm/trunk/lib/DebugInfo/CodeView/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/DebugInfo/CodeView/CMakeLists.txt?rev=279561&r1=279560&r2=279561&view=diff
==============================================================================
--- llvm/trunk/lib/DebugInfo/CodeView/CMakeLists.txt (original)
+++ llvm/trunk/lib/DebugInfo/CodeView/CMakeLists.txt Tue Aug 23 15:08:02 2016
@@ -11,7 +11,6 @@ add_llvm_library(LLVMDebugInfoCodeView
ModuleSubstreamVisitor.cpp
RecordSerialization.cpp
SymbolDumper.cpp
- TypeDeserializer.cpp
TypeDumper.cpp
TypeRecord.cpp
TypeRecordBuilder.cpp
Removed: llvm/trunk/lib/DebugInfo/CodeView/TypeDeserializer.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/DebugInfo/CodeView/TypeDeserializer.cpp?rev=279560&view=auto
==============================================================================
--- llvm/trunk/lib/DebugInfo/CodeView/TypeDeserializer.cpp (original)
+++ llvm/trunk/lib/DebugInfo/CodeView/TypeDeserializer.cpp (removed)
@@ -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;
More information about the llvm-commits
mailing list