summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lib/CodeGen/GCMetadataPrinter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/llvm/lib/CodeGen/GCMetadataPrinter.cpp')
-rw-r--r--gnu/llvm/lib/CodeGen/GCMetadataPrinter.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/gnu/llvm/lib/CodeGen/GCMetadataPrinter.cpp b/gnu/llvm/lib/CodeGen/GCMetadataPrinter.cpp
deleted file mode 100644
index bc7beb6f6c2..00000000000
--- a/gnu/llvm/lib/CodeGen/GCMetadataPrinter.cpp
+++ /dev/null
@@ -1,22 +0,0 @@
-//===- GCMetadataPrinter.cpp - Garbage collection infrastructure ----------===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-//
-// This file implements the abstract base class GCMetadataPrinter.
-//
-//===----------------------------------------------------------------------===//
-
-#include "llvm/CodeGen/GCMetadataPrinter.h"
-
-using namespace llvm;
-
-LLVM_INSTANTIATE_REGISTRY(GCMetadataPrinterRegistry)
-
-GCMetadataPrinter::GCMetadataPrinter() = default;
-
-GCMetadataPrinter::~GCMetadataPrinter() = default;