summaryrefslogtreecommitdiffstats
path: root/test/Analysis/llvm-conventions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/llvm-conventions.cpp')
-rw-r--r--test/Analysis/llvm-conventions.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Analysis/llvm-conventions.cpp b/test/Analysis/llvm-conventions.cpp
index 49bdc6380b..e8588db60f 100644
--- a/test/Analysis/llvm-conventions.cpp
+++ b/test/Analysis/llvm-conventions.cpp
@@ -152,8 +152,6 @@ inline bool operator>(StringRef LHS, StringRef RHS);
inline bool operator>=(StringRef LHS, StringRef RHS);
inline std::string &operator+=(std::string &buffer, StringRef string);
hash_code hash_value(StringRef S);
-template <typename T> struct isPodLike;
-template <> struct isPodLike<StringRef> { static const bool value = true; };
} // end of namespace llvm