aboutsummaryrefslogtreecommitdiff
path: root/js/binary/reader.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/binary/reader.js')
-rw-r--r--js/binary/reader.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/binary/reader.js b/js/binary/reader.js
index 5e48f19b..cf80830f 100644
--- a/js/binary/reader.js
+++ b/js/binary/reader.js
@@ -388,7 +388,6 @@ jspb.BinaryReader.prototype.skipFixed64Field = function() {
* Skips over the next group field in the binary stream.
*/
jspb.BinaryReader.prototype.skipGroup = function() {
- // Keep a stack of start-group tags that must be matched by end-group tags.
var previousField = this.nextField_;
do {
if (!this.nextField()) {