[llvm-commits] [llvm] r55266 - /llvm/trunk/include/llvm/Type.h
Chris Lattner
sabre at nondot.org
Sat Aug 23 15:43:21 PDT 2008
Author: lattner
Date: Sat Aug 23 17:43:21 2008
New Revision: 55266
URL: http://llvm.org/viewvc/llvm-project?rev=55266&view=rev
Log:
remove dead method.
Modified:
llvm/trunk/include/llvm/Type.h
Modified: llvm/trunk/include/llvm/Type.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Type.h?rev=55266&r1=55265&r2=55266&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Type.h (original)
+++ llvm/trunk/include/llvm/Type.h Sat Aug 23 17:43:21 2008
@@ -158,7 +158,6 @@
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;
More information about the llvm-commits
mailing list