From ee2f195dd3e40f49698ca4dc2666ec09c770e80d Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Tue, 30 May 2017 17:37:31 +0000 Subject: Vendor import of llvm trunk r304222: https://llvm.org/svn/llvm-project/llvm/trunk@304222 --- lib/DebugInfo/CodeView/ModuleDebugFragment.cpp | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 lib/DebugInfo/CodeView/ModuleDebugFragment.cpp (limited to 'lib/DebugInfo/CodeView/ModuleDebugFragment.cpp') diff --git a/lib/DebugInfo/CodeView/ModuleDebugFragment.cpp b/lib/DebugInfo/CodeView/ModuleDebugFragment.cpp deleted file mode 100644 index 2af1917413da..000000000000 --- a/lib/DebugInfo/CodeView/ModuleDebugFragment.cpp +++ /dev/null @@ -1,16 +0,0 @@ -//===- ModuleDebugFragment.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/ModuleDebugFragment.h" - -using namespace llvm::codeview; - -ModuleDebugFragmentRef::~ModuleDebugFragmentRef() {} - -ModuleDebugFragment::~ModuleDebugFragment() {} -- cgit v1.2.3