Skip to content

Commit f2bb37f

Browse files
osa1Commit Queue
authored andcommitted
[vm,dart2wasm] Remove old TODO in convert_patch
The block right above the TODO comment does exactly what the comment describes. Remove the comment. Tested: comment-only change, tested by existing tests. Change-Id: Ic33bca5873a0e3deb7b5bf817ebde93dcda760be Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/392360 Commit-Queue: Ömer Ağacan <[email protected]> Reviewed-by: Lasse Nielsen <[email protected]>
1 parent 01238a4 commit f2bb37f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

sdk/lib/_internal/vm/lib/convert_patch.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ class Utf8Decoder {
4444
(next as JsonDecoder)._reviver, this._allowMalformed)
4545
as dynamic/*=Converter<List<int>, T>*/;
4646
}
47-
// TODO(lrn): Recognize a fused decoder where the next step is JsonDecoder.
4847
return super.fuse<T>(next);
4948
}
5049
}

sdk/lib/_internal/wasm/lib/convert_patch.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ class Utf8Decoder {
4040
(next as JsonDecoder)._reviver, this._allowMalformed)
4141
as dynamic/*=Converter<List<int>, T>*/;
4242
}
43-
// TODO(lrn): Recognize a fused decoder where the next step is JsonDecoder.
4443
return super.fuse<T>(next);
4544
}
4645
}

0 commit comments

Comments
 (0)