Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(381)

Unified Diff: src/data-flow.cc

Issue 802003: Fix presubmit failure. (Closed)
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/data-flow.cc
diff --git a/src/data-flow.cc b/src/data-flow.cc
index 7460b15e48cb432e8878c016d637c7ca8bf8377d..f8af2c16e699eb5790e8d4953deca5cb8dbb22ec 100644
--- a/src/data-flow.cc
+++ b/src/data-flow.cc
@@ -443,7 +443,6 @@ void FlowGraphBuilder::VisitCountOperation(CountOperation* expr) {
void FlowGraphBuilder::VisitBinaryOperation(BinaryOperation* expr) {
-
switch (expr->op()) {
case Token::COMMA:
case Token::OR:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698