Skip to content

Commit 9565892

Browse files
authored
tools: Drop unused function (#125590)
Internal usage dropped in http://cl/527348621
1 parent 3d25049 commit 9565892

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/flutter_tools/lib/src/reporting/custom_dimensions.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,3 @@ enum CustomDimensionsEnum {
411411

412412
String get cdKey => 'cd${index + 1}';
413413
}
414-
415-
// TODO(kevmoo): delete this once Google3 code is migrated
416-
String cdKey(CustomDimensionsEnum cd) => cd.cdKey;

0 commit comments

Comments
 (0)