From 2d2aed29220dcad17c36479901281376e36637eb Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Wed, 11 Sep 2013 00:37:10 +0000 Subject: [PATCH] Get rid of unused isPodLike definition. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190463 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp | 2 -- 1 file changed, 2 deletions(-) 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 { -- 2.50.1