projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78a2812
)
remove dead method.
author
Chris Lattner
<sabre@nondot.org>
Sat, 23 Aug 2008 22:43:21 +0000
(22:43 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/include/llvm/Type.h
b/include/llvm/Type.h
index ec970565dc306e41f5ea51f55d82e34f9b12c90f..1f271957df7d6bcfddaf8c0a57ef6a3c8e9f1884 100644
(file)
--- 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;