summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2013-09-11 00:37:10 +0000
committerEli Friedman <eli.friedman@gmail.com>2013-09-11 00:37:10 +0000
commit4f0409aae53dd04bbbc2ec00e75f62a16e3a3bdf (patch)
tree38b8bca730e3296c93c778f3a2c029c0eff2329d /clang/lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
parente5a7dcb6fd0f3b384fa6ae483e7ebe6e3b43f178 (diff)
downloadbcm5719-llvm-4f0409aae53dd04bbbc2ec00e75f62a16e3a3bdf.tar.gz
bcm5719-llvm-4f0409aae53dd04bbbc2ec00e75f62a16e3a3bdf.zip
Get rid of unused isPodLike definition.
llvm-svn: 190463
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp')
-rw-r--r--clang/lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp b/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
index a6ddf1dfbbc..7a97ce52c68 100644
--- a/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
+++ b/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
@@ -417,8 +417,6 @@ template <> struct DenseMapInfo<ObjCSummaryKey> {
}
};
-template <>
-struct isPodLike<ObjCSummaryKey> { static const bool value = true; };
} // end llvm namespace
namespace {
OpenPOWER on IntegriCloud