diff options
-rw-r--r-- | llvm/include/llvm/Type.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/Type.h b/llvm/include/llvm/Type.h index ec970565dc3..1f271957df7 100644 --- a/llvm/include/llvm/Type.h +++ b/llvm/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; |