aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;