[Serialization][NFC] Remove pointless "+ 0" in ASTReader
authorBruno Ricci <riccibrun@gmail.com>
Mon, 3 Dec 2018 16:17:45 +0000 (16:17 +0000)
committerBruno Ricci <riccibrun@gmail.com>
Mon, 3 Dec 2018 16:17:45 +0000 (16:17 +0000)
commit9b1afacf894e95bcc6f971cdae889040d3648f50
tree663e4c31629af94bd6accb963b2d6079f8d22048
parent472652ef68045e763f936c393c03b9bf45f9a7e0
[Serialization][NFC] Remove pointless "+ 0" in ASTReader

Remove the pointless "+ 0" which I added for some reason when
modifying these statement/expression classes since it looks
like this is a typo. Following the suggestion of aaron.ballman
in D54902. NFC.

llvm-svn: 348150
clang/lib/Serialization/ASTReaderStmt.cpp