remove dead method.
authorChris Lattner <sabre@nondot.org>
Sat, 23 Aug 2008 22:43:21 +0000 (22:43 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 23 Aug 2008 22:43:21 +0000 (22:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55266 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Type.h

index ec970565dc306e41f5ea51f55d82e34f9b12c90f..1f271957df7d6bcfddaf8c0a57ef6a3c8e9f1884 100644 (file)
@@ -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;