aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);