mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Remove unused variable (flutter/engine#34390)
This commit is contained in:
parent
448227384a
commit
b0bf8021ee
@ -83,7 +83,6 @@ static TargetPlatform TargetPlatformFromCommandLine(
|
||||
|
||||
static SourceType SourceTypeFromCommandLine(
|
||||
const fml::CommandLine& command_line) {
|
||||
auto source_type = SourceType::kUnknown;
|
||||
auto source_type_option =
|
||||
command_line.GetOptionValueWithDefault("input-type", "");
|
||||
auto source_type_search = kKnownSourceTypes.find(source_type_option);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user