aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-08-23 22:43:21 +0000
committerChris Lattner <sabre@nondot.org>2008-08-23 22:43:21 +0000
commit7353404303d84169bb8f422698949be79957eb1a (patch)
treedb36799d3aef4b08918f5e429daa4238fbf6fa56
parent78a2812538d871a62d90f53ed66d26198876d011 (diff)
remove dead method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55266 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Type.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Type.h b/include/llvm/Type.h
index ec970565dc..1f271957df 100644
--- a/include/llvm/Type.h
+++ b/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;