Delete tautological assertion.
authorJonathan Roelofs <jonathan@codesourcery.com>
Fri, 2 Dec 2016 00:51:58 +0000 (00:51 +0000)
committerJonathan Roelofs <jonathan@codesourcery.com>
Fri, 2 Dec 2016 00:51:58 +0000 (00:51 +0000)
commit28b9668db3995173a10bf6c7ff4f1fc98c575e40
treec595461498a93126d3aa9fba92d5cf4441e72d48
parent395859bdb7534d4cf156539d5568cb30a0630038
Delete tautological assertion.

After r256463, both the LHS and RHS now refer to the same variable. Before,
they referred to the member, the parameter respectively. Now GCC6's
-Wtautological-compare complains.

llvm-svn: 288444
clang/lib/AST/DeclTemplate.cpp