summaryrefslogtreecommitdiff
path: root/lib/DebugInfo/CodeView/ModuleDebugFragment.cpp
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-05-30 17:37:31 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-05-30 17:37:31 +0000
commitee2f195dd3e40f49698ca4dc2666ec09c770e80d (patch)
tree66fa9a69e5789356dfe844991e64bac9222f3a35 /lib/DebugInfo/CodeView/ModuleDebugFragment.cpp
parentab44ce3d598882e51a25eb82eb7ae6308de85ae6 (diff)
Diffstat (limited to 'lib/DebugInfo/CodeView/ModuleDebugFragment.cpp')
-rw-r--r--lib/DebugInfo/CodeView/ModuleDebugFragment.cpp16
1 files changed, 0 insertions, 16 deletions
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() {}