From 1216f54276aae7fc2bd4056c198c8d2dd6b2ec5a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 23 Aug 2009 00:47:04 +0000 Subject: remove dead PrefixPrinter class. llvm-svn: 79796 --- llvm/lib/CodeGen/Dump.cpp | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 llvm/lib/CodeGen/Dump.cpp (limited to 'llvm/lib/CodeGen/Dump.cpp') diff --git a/llvm/lib/CodeGen/Dump.cpp b/llvm/lib/CodeGen/Dump.cpp deleted file mode 100644 index 2e70d5f25e9..00000000000 --- a/llvm/lib/CodeGen/Dump.cpp +++ /dev/null @@ -1,18 +0,0 @@ -//===- lib/Support/Dump.h - Virtual function homes --------------*- C++ -*-===// -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// -// -// This file provides the PrefixPrinter virtual function homes. -// -//===----------------------------------------------------------------------===// - -#include "llvm/CodeGen/Dump.h" - -using namespace llvm; - -PrefixPrinter::~PrefixPrinter() {} -- cgit v1.2.3