Remove unused variable (flutter/engine#34390)

This commit is contained in:
Zachary Anderson 2022-06-29 23:08:31 -07:00 committed by GitHub
parent 448227384a
commit b0bf8021ee

View File

@ -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);