[Sema] Remove a dead assignment, NFC.
authorVedant Kumar <vsk@apple.com>
Thu, 3 Nov 2016 06:35:16 +0000 (06:35 +0000)
committerVedant Kumar <vsk@apple.com>
Thu, 3 Nov 2016 06:35:16 +0000 (06:35 +0000)
commite03e5953f6094901468708dce02a2d8dc76c1f2a
tree76d7f0af9f86a55332528ed36c325e1d20f47e76
parent7b9cc1474fa0e3a42563b5405bdfa606f9e26168
[Sema] Remove a dead assignment, NFC.

The assignment to NextIsDereference is either followed by (1) another,
unrelated assignment to NextIsDereference or by (2) an early loop exit.

Found by clang's static analyzer: http://llvm.org/reports/scan-build

(While we're at it fix a typo.)

llvm-svn: 285879
clang/lib/Sema/SemaExpr.cpp