diff --git a/engine/src/flutter/impeller/compiler/switches.cc b/engine/src/flutter/impeller/compiler/switches.cc index ad974f46860..aae3f076021 100644 --- a/engine/src/flutter/impeller/compiler/switches.cc +++ b/engine/src/flutter/impeller/compiler/switches.cc @@ -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);