commit | e591801c2d4e9296e6c1912b807665f160c01345 | [log] [tgz] |
---|---|---|
author | Alan Donovan <adonovan@google.com> | Wed Feb 25 12:37:17 2015 -0500 |
committer | Alan Donovan <adonovan@google.com> | Tue Mar 17 20:38:58 2015 +0000 |
tree | 7d1e62ecd8c36f4cb0f5b3247ab30cd5c0dbad79 | |
parent | bd8de46c84478b66c31ac6fef404aa830805cdb7 [diff] |
refactor/rename: fix misplaced 'continue'. This was not a visible bug since the only caller discards the relevant result, so I also deleted the result. Fixes #9999 Change-Id: I276d6523b2891d3cb9c8137448e1aed32a5fd197 Reviewed-on: https://go-review.googlesource.com/5921 Reviewed-by: Michael Matloob <michaelmatloob@gmail.com> Reviewed-by: Robert Griesemer <gri@golang.org>