From 7740eebf7c26c08a671e65d58e988595db496545 Mon Sep 17 00:00:00 2001 From: Neal Gafter Date: Tue, 13 Mar 2018 18:32:41 -0700 Subject: [PATCH] Trivial change to unstuck build. --- src/Compilers/CSharp/Portable/Binder/DecisionDagBuilder.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Compilers/CSharp/Portable/Binder/DecisionDagBuilder.cs b/src/Compilers/CSharp/Portable/Binder/DecisionDagBuilder.cs index bae012123fc..f3b71e41509 100644 --- a/src/Compilers/CSharp/Portable/Binder/DecisionDagBuilder.cs +++ b/src/Compilers/CSharp/Portable/Binder/DecisionDagBuilder.cs @@ -973,7 +973,6 @@ string tempName(BoundDagTemp t) var resultBuilder = PooledStringBuilder.GetInstance(); var result = resultBuilder.Builder; stateIdentifier(this); // push the start node onto the work queue - while (workQueue.Count != 0) { var state = workQueue.Pop(); -- GitLab