forked from OSchip/llvm-project
Remove support for printing strings from the cached writer
llvm-svn: 14023
This commit is contained in:
parent
75019ba397
commit
fd427c1edd
|
@ -70,10 +70,6 @@ public:
|
|||
*Out << X;
|
||||
return *this;
|
||||
}
|
||||
inline CachedWriter& operator<<(const std::string &X) {
|
||||
*Out << X;
|
||||
return *this;
|
||||
}
|
||||
|
||||
inline CachedWriter &operator<<(enum TypeWriter tw) {
|
||||
SymbolicTypes = (tw == SymTypeOn);
|
||||
|
|
Loading…
Reference in New Issue