1
0
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:
Chris Lattner 2004-06-04 20:34:51 +00:00
parent 2afbad063f
commit 192d223d78

View File

@ -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);