Skip to content

Commit

Permalink
Merge pull request chapel-lang#17010 from e-kayrakli/remove-dbg-code
Browse files Browse the repository at this point in the history
Remove forgotten debugging code

I bumped into some debugging code that I left in in
chapel-lang#16965. This PR removes it.

(I did some grepping to see if I left anything else in, but couldn't see any)

[Trivial, not reviewed]
  • Loading branch information
e-kayrakli authored Jan 26, 2021
2 parents eda71ca + d7631e9 commit 3c8c94a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions compiler/optimizations/forallOptimizations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1635,10 +1635,6 @@ static bool handleYieldedArrayElementsInAssignment(CallExpr *call,

INT_ASSERT(call->isNamed("="));

if (call->id == 203728) {
gdbShouldBreakHere();
}

if (!forall->optInfo.infoGathered) {
gatherForallInfo(forall);
}
Expand Down

0 comments on commit 3c8c94a

Please sign in to comment.