aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Assembly
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-12-06 05:55:44 +0000
committerChris Lattner <sabre@nondot.org>2006-12-06 05:55:44 +0000
commitcb5736bde69675c9379ccdcb7720a9aeeeae6e35 (patch)
tree10db485805985ae0283cc6c2dbc9fa70ab8f3ef1 /include/llvm/Assembly
parent4932a5a3350a28a7cb41972036d6576401cc1b01 (diff)
downloadexternal_llvm-cb5736bde69675c9379ccdcb7720a9aeeeae6e35.zip
external_llvm-cb5736bde69675c9379ccdcb7720a9aeeeae6e35.tar.gz
external_llvm-cb5736bde69675c9379ccdcb7720a9aeeeae6e35.tar.bz2
remove unused api
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32261 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Assembly')
-rw-r--r--include/llvm/Assembly/Writer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Assembly/Writer.h b/include/llvm/Assembly/Writer.h
index c8c09e8..9ddb45e 100644
--- a/include/llvm/Assembly/Writer.h
+++ b/include/llvm/Assembly/Writer.h
@@ -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