From: Chris Lattner Date: Sat, 23 Aug 2008 22:43:21 +0000 (+0000) Subject: remove dead method. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7353404303d84169bb8f422698949be79957eb1a;p=oota-llvm.git remove dead method. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55266 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Type.h b/include/llvm/Type.h index ec970565dc3..1f271957df7 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;