Skip to content

Commit 0ca1af7

Browse files
committed
Removed additional dead code.
1 parent 90ad465 commit 0ca1af7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/flutter_tools/lib/src/artifacts.dart

-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ class CachedArtifacts extends Artifacts {
176176
assert(false, 'Artifact $artifact not available for platform $platform.');
177177
return null;
178178
}
179-
return null;
180179
}
181180

182181
String _getEngineArtifactsPath(TargetPlatform platform, [BuildMode mode]) {

0 commit comments

Comments
 (0)