aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
diff options
context:
space:
mode:
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>2013-10-24 14:52:56 +0000
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>2013-10-24 14:52:56 +0000
commit96b40055489a044a1815d5316f8b865794dd7550 (patch)
treecba6723e442a8956edb34598bdac53446fb02625 /include/llvm/Support
parentd6aa89eca5be76dece4b4cd44359e8577e587dff (diff)
downloadexternal_llvm-96b40055489a044a1815d5316f8b865794dd7550.tar.gz
external_llvm-96b40055489a044a1815d5316f8b865794dd7550.tar.bz2
external_llvm-96b40055489a044a1815d5316f8b865794dd7550.zip
Reverting my r193344 checkin due to build breakage.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193350 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support')
-rw-r--r--include/llvm/Support/YAMLTraits.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/llvm/Support/YAMLTraits.h b/include/llvm/Support/YAMLTraits.h
index a57e0499db..98964fc002 100644
--- a/include/llvm/Support/YAMLTraits.h
+++ b/include/llvm/Support/YAMLTraits.h
@@ -1,4 +1,4 @@
-//===- llvm/Support/YAMLTraits.h -------------------------------*- C++ -*-===//
+//===- llvm/Supporrt/YAMLTraits.h -------------------------------*- C++ -*-===//
//
// The LLVM Linker
//
@@ -539,12 +539,6 @@ struct ScalarTraits<StringRef> {
};
template<>
-struct ScalarTraits<std::string> {
- static void output(const std::string &, void*, llvm::raw_ostream &);
- static StringRef input(StringRef, void*, std::string &);
-};
-
-template<>
struct ScalarTraits<uint8_t> {
static void output(const uint8_t &, void*, llvm::raw_ostream &);
static StringRef input(StringRef, void*, uint8_t &);