diff --git a/dev/devicelab/lib/tasks/perf_tests.dart b/dev/devicelab/lib/tasks/perf_tests.dart index 45945372b5..ffce8bb343 100644 --- a/dev/devicelab/lib/tasks/perf_tests.dart +++ b/dev/devicelab/lib/tasks/perf_tests.dart @@ -359,7 +359,6 @@ class CompileTest { fileToMetadata[entry.path] = entry; } - final _UnzipListEntry icudtl = fileToMetadata['assets/flutter_shared/icudtl.dat']; final _UnzipListEntry libflutter = fileToMetadata['lib/armeabi-v7a/libflutter.so']; final _UnzipListEntry isolateSnapshotData = fileToMetadata['assets/isolate_snapshot_data']; final _UnzipListEntry isolateSnapshotInstr = fileToMetadata['assets/isolate_snapshot_instr']; @@ -368,8 +367,6 @@ class CompileTest { final _UnzipListEntry license = fileToMetadata['assets/flutter_assets/LICENSE']; return { - 'icudtl_uncompressed_bytes': icudtl.uncompressedSize, - 'icudtl_compressed_bytes': icudtl.compressedSize, 'libflutter_uncompressed_bytes': libflutter.uncompressedSize, 'libflutter_compressed_bytes': libflutter.compressedSize, 'snapshot_uncompressed_bytes': isolateSnapshotData.uncompressedSize +