[cfe-commits] r161521 - /cfe/trunk/lib/Sema/SemaStmt.cpp
Chad Rosier
mcrosier at apple.com
Wed Aug 8 13:38:22 PDT 2012
Author: mcrosier
Date: Wed Aug 8 15:38:22 2012
New Revision: 161521
URL: http://llvm.org/viewvc/llvm-project?rev=161521&view=rev
Log:
Remove extraneous comment.
Modified:
cfe/trunk/lib/Sema/SemaStmt.cpp
Modified: cfe/trunk/lib/Sema/SemaStmt.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaStmt.cpp?rev=161521&r1=161520&r2=161521&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaStmt.cpp (original)
+++ cfe/trunk/lib/Sema/SemaStmt.cpp Wed Aug 8 15:38:22 2012
@@ -2847,7 +2847,6 @@
if (!AsmToks.size())
return "";
- // Collect the tokens into a string
SmallString<512> Asm;
SmallString<512> TokenBuf;
TokenBuf.resize(512);
More information about the cfe-commits
mailing list