diff options
-rw-r--r-- | Driver/RewriteBlocks.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Driver/RewriteBlocks.cpp b/Driver/RewriteBlocks.cpp index dbb39401d4..8fbe768876 100644 --- a/Driver/RewriteBlocks.cpp +++ b/Driver/RewriteBlocks.cpp @@ -472,12 +472,6 @@ std::string RewriteBlocks::SynthesizeBlockFunc(BlockExpr *CE, int i, } } } - if (haveByRefDecls) { - // Remove |...|. - //const char *firstBarPtr = strchr(BodyStartBuf, '|'); - //const char *secondBarPtr = strchr(firstBarPtr+1, '|'); - //BodyBuf.replace(firstBarPtr-BodyStartBuf, secondBarPtr-firstBarPtr+1, ""); - } S += " "; S += BodyBuf; } |