diff options
author | Chris Lattner <sabre@nondot.org> | 2008-08-23 22:43:21 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-08-23 22:43:21 +0000 |
commit | e35929da7f8f0613db5d24606cc2b61454c6bd45 (patch) | |
tree | 7918b5fee574c27c629cee0b823c719215ea51e1 /llvm | |
parent | 205af9643d76e05c26c4ffae9703679bf04d97a9 (diff) | |
download | bcm5719-llvm-e35929da7f8f0613db5d24606cc2b61454c6bd45.tar.gz bcm5719-llvm-e35929da7f8f0613db5d24606cc2b61454c6bd45.zip |
remove dead method.
llvm-svn: 55266
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/include/llvm/Type.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/Type.h b/llvm/include/llvm/Type.h index ec970565dc3..1f271957df7 100644 --- a/llvm/include/llvm/Type.h +++ b/llvm/include/llvm/Type.h @@ -158,7 +158,6 @@ protected: public: void print(raw_ostream &O) const; void print(std::ostream &O) const; - void print(std::ostream *O) const { if (O) print(*O); } /// @brief Debugging support: print to stderr void dump() const; |