]> granicus.if.org Git - clang/commit
Remove useless reinterpret_casts from Stmt.cpp
authorPavel Labath <labath@google.com>
Tue, 3 Sep 2013 14:41:16 +0000 (14:41 +0000)
committerPavel Labath <labath@google.com>
Tue, 3 Sep 2013 14:41:16 +0000 (14:41 +0000)
commitb2b169aef03109a3a08bd93cba72894a83288dc4
tree887b83b3edbe8ad4f993f10b857e1440e50eb333
parent4367829b41e89d2f3dfae94a97af40ffa01c56c9
Remove useless reinterpret_casts from Stmt.cpp

Summary:
I have no idea why these were there in the first place, but now they are
certainly not necessary.

Reviewers: rsmith

CC: cfe-commits
Differential Revision: http://llvm-reviews.chandlerc.com/D1581

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189813 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Stmt.cpp