aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-08-08 20:38:22 +0000
committerChad Rosier <mcrosier@apple.com>2012-08-08 20:38:22 +0000
commitd854c63dca5ef01c505fbd43684d8bf3f3691cc7 (patch)
tree5021a9d6bff218ace9d24c0081c97cd707e25d88
parentb64f3101e65e6931a1b3b3479ca6357624b37667 (diff)
Remove extraneous comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161521 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Sema/SemaStmt.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Sema/SemaStmt.cpp b/lib/Sema/SemaStmt.cpp
index be90578163..2ec9d241a3 100644
--- a/lib/Sema/SemaStmt.cpp
+++ b/lib/Sema/SemaStmt.cpp
@@ -2847,7 +2847,6 @@ static std::string buildMSAsmString(Sema &SemaRef,
if (!AsmToks.size())
return "";
- // Collect the tokens into a string
SmallString<512> Asm;
SmallString<512> TokenBuf;
TokenBuf.resize(512);