diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-12-06 05:55:44 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-12-06 05:55:44 +0000 |
| commit | 347b2cdc95e2bf3ef44d8a1caa5a0f44ab3022db (patch) | |
| tree | 8c944ac600e9814f879010058170e2c8c294113e | |
| parent | f8090cb22029173c093ebfcc96085ddd3181daab (diff) | |
| download | bcm5719-llvm-347b2cdc95e2bf3ef44d8a1caa5a0f44ab3022db.tar.gz bcm5719-llvm-347b2cdc95e2bf3ef44d8a1caa5a0f44ab3022db.zip | |
remove unused api
llvm-svn: 32261
| -rw-r--r-- | llvm/include/llvm/Assembly/Writer.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/include/llvm/Assembly/Writer.h b/llvm/include/llvm/Assembly/Writer.h index c8c09e809eb..9ddb45e1cdf 100644 --- a/llvm/include/llvm/Assembly/Writer.h +++ b/llvm/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 |

