Chromium Code Reviews| Index: src/fast-codegen.cc |
| =================================================================== |
| --- src/fast-codegen.cc (revision 3295) |
| +++ src/fast-codegen.cc (working copy) |
| @@ -76,7 +76,6 @@ |
| void FastCodeGenerator::VisitDeclarations( |
| ZoneList<Declaration*>* declarations) { |
| - Comment cmnt(masm_, "[ Declarations"); |
| int length = declarations->length(); |
| int globals = 0; |
| for (int i = 0; i < length; i++) { |