aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/Assembly/CachedWriter.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/Assembly/CachedWriter.h b/include/llvm/Assembly/CachedWriter.h
index b3f572feb3..b3f964de5a 100644
--- a/include/llvm/Assembly/CachedWriter.h
+++ b/include/llvm/Assembly/CachedWriter.h
@@ -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);