diff options
author | Chad Rosier <mcrosier@apple.com> | 2011-08-04 19:25:14 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2011-08-04 19:25:14 +0000 |
commit | 0e7bf40027f75c0c62fb002af7eab0882de6d332 (patch) | |
tree | 1f3cb272c02c0b415567850161ac4997e5025c70 /lib/AST/ASTContext.cpp | |
parent | ca109e5665db544321106592aa6b80d20c3fdbe1 (diff) |
Fix style and remove obviously redundant code.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136907 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/ASTContext.cpp')
-rw-r--r-- | lib/AST/ASTContext.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/AST/ASTContext.cpp b/lib/AST/ASTContext.cpp index c8ba1f1107..5df4d8405b 100644 --- a/lib/AST/ASTContext.cpp +++ b/lib/AST/ASTContext.cpp @@ -3950,7 +3950,6 @@ std::string ASTContext::getObjCEncodingForBlock(const BlockExpr *Expr) const { S += charUnitsToString(ParmOffset); // Block pointer and offset. S += "@?0"; - ParmOffset = PtrSize; // Argument types. ParmOffset = PtrSize; |