Skip to content

Commit

Permalink
remove duplicate comment
Browse files Browse the repository at this point in the history
--
Change-Id: I4c7cc2083cf0f886875b662440ed406e52dffae5
Reviewed-on: https://bazel-review.googlesource.com/#/c/3491/
MOS_MIGRATED_REVID=120804156
  • Loading branch information
benjaminp authored and meteorcloudy committed Apr 26, 2016
1 parent e1ab2ba commit a9954e7
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1052,11 +1052,7 @@ private void reportActionExecution(Action action,
*/
private boolean reportErrorIfNotAbortingMode(ActionExecutionException ex,
FileOutErr outErrBuffer) {
// For some actions (e.g. many local actions) the pollInterruptedStatus()
// won't notice that we had an interrupted job. It will continue.
// For that reason we must take care to NOT report errors if we're
// in the 'aborting' mode: Any cancelled action would show up here.
// For some actions (e.g. many local actions) the pollInterruptedStatus()
// For some actions (e.g., many local actions) the pollInterruptedStatus()
// won't notice that we had an interrupted job. It will continue.
// For that reason we must take care to NOT report errors if we're
// in the 'aborting' mode: Any cancelled action would show up here.
Expand Down

0 comments on commit a9954e7

Please sign in to comment.