diff --git a/src/Compilers/CSharp/Portable/Binder/DecisionDagBuilder.cs b/src/Compilers/CSharp/Portable/Binder/DecisionDagBuilder.cs index bae012123fc3226fe7c20a983c81a53d0098f97b..f3b71e41509a71befd09879e075e00c862878d33 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();