From 8e8fd77c7518d38ba0237a432ca7a28942d3cb5d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 9 Jul 2011 18:03:13 +0000 Subject: Eliminate the WriteTypeSymbolic function. Now that types know their names, we don't need a module around to print them. llvm-svn: 134835 --- llvm/lib/VMCore/AsmWriter.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'llvm/lib/VMCore/AsmWriter.cpp') diff --git a/llvm/lib/VMCore/AsmWriter.cpp b/llvm/lib/VMCore/AsmWriter.cpp index 18776dd5a02..9278e58c2fc 100644 --- a/llvm/lib/VMCore/AsmWriter.cpp +++ b/llvm/lib/VMCore/AsmWriter.cpp @@ -290,11 +290,6 @@ void TypePrinting::printStructBody(StructType *STy, raw_ostream &OS) { -void llvm::WriteTypeSymbolic(raw_ostream &OS, const Type *Ty, const Module *M) { - // FIXME: remove this function. - OS << *Ty; -} - //===----------------------------------------------------------------------===// // SlotTracker Class: Enumerate slot numbers for unnamed values //===----------------------------------------------------------------------===// -- cgit v1.2.3