Get rid of unused isPodLike definition.

llvm-svn: 190463
This commit is contained in:
Eli Friedman 2013-09-11 00:37:10 +00:00
parent e5a7dcb6fd
commit 4f0409aae5
1 changed files with 0 additions and 2 deletions

View File

@ -417,8 +417,6 @@ template <> struct DenseMapInfo<ObjCSummaryKey> {
}
};
template <>
struct isPodLike<ObjCSummaryKey> { static const bool value = true; };
} // end llvm namespace
namespace {