From: Eli Friedman Date: Wed, 11 Sep 2013 00:37:10 +0000 (+0000) Subject: Get rid of unused isPodLike definition. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d2aed29220dcad17c36479901281376e36637eb;p=clang Get rid of unused isPodLike definition. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190463 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp b/lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp index a6ddf1dfbb..7a97ce52c6 100644 --- a/lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp +++ b/lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp @@ -417,8 +417,6 @@ template <> struct DenseMapInfo { } }; -template <> -struct isPodLike { static const bool value = true; }; } // end llvm namespace namespace {