Skip to content

Commit

Permalink
Migration: remove a bogus comment
Browse files Browse the repository at this point in the history
Change-Id: I0b185eaa20820fd0c92ce36a1900c39621fadb27
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/116001
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
  • Loading branch information
stereotype441 authored and commit-bot@chromium.org committed Sep 6, 2019
1 parent 6043b53 commit 5d4940f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/nnbd_migration/lib/src/nullability_node.dart
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ class NullabilityGraphForTesting extends NullabilityGraph {
NullabilityNode destinationNode,
_NullabilityEdgeKind kind,
EdgeOrigin origin) {
// TODO: implement _connect
var edge = super._connect(sources, destinationNode, kind, origin);
_allEdges.add(edge);
return edge;
Expand Down

0 comments on commit 5d4940f

Please sign in to comment.