mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Remove support for printing strings from the cached writer
llvm-svn: 14023
This commit is contained in:
parent
2afbad063f
commit
192d223d78
@ -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…
x
Reference in New Issue
Block a user