Skip to content

Commit

Permalink
fixup! Remove ALLOW_UNUSED macros
Browse files Browse the repository at this point in the history
  • Loading branch information
mariospr committed Mar 9, 2022
1 parent 111728e commit 9fd1d75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace {

WebUIConfigList CreateConfigs() {
WebUIConfigList config_list;
[[maybe_unused]] auto register_config =
auto register_config =
[&config_list](std::unique_ptr<ui::WebUIConfig> config) {
DCHECK_EQ(config->scheme(), content::kChromeUIUntrustedScheme);
const std::string& host = config->host();
Expand Down

0 comments on commit 9fd1d75

Please sign in to comment.