remove unused api
authorChris Lattner <sabre@nondot.org>
Wed, 6 Dec 2006 05:55:44 +0000 (05:55 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 6 Dec 2006 05:55:44 +0000 (05:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32261 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Assembly/Writer.h

index c8c09e809eb343ba104325fbc9f83411be3b8469..9ddb45e1cdf3dfa7ab4a46a829960ed2269d4c58 100644 (file)
@@ -40,9 +40,6 @@ std::ostream &WriteTypeSymbolic(std::ostream &, const Type *, const Module *M);
 std::ostream &WriteAsOperand(std::ostream &, const Value *, bool PrintTy = true,
                              bool PrintName = true, const Module *Context = 0);
 
-std::ostream &WriteAsOperand(std::ostream&, const Type*, bool PrintTy = true,
-                             bool PrintName = true, const Module* Context = 0);
-
 } // End llvm namespace
 
 #endif