diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-06-04 20:34:51 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-06-04 20:34:51 +0000 |
| commit | fb04197c0173352a3d574f91e710d330b9604fb2 (patch) | |
| tree | 8e9b79ed34fe887e6b1dff2c79ac23c9d0a13152 /include | |
| parent | 24527fd2ae51c9d641d6073fe5efcd12cc3f95d6 (diff) | |
Remove support for printing strings from the cached writer
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14023 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
| -rw-r--r-- | include/llvm/Assembly/CachedWriter.h | 4 |
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); |
