diff --git a/scripts/generate_query_config.pl b/scripts/generate_query_config.pl index 7276049822ef..6c4deefecb4e 100755 --- a/scripts/generate_query_config.pl +++ b/scripts/generate_query_config.pl @@ -63,9 +63,6 @@ if ($line =~ /^(\/\/)?\s*#\s*define\s+(MBEDTLS_\w+).*/) { my $name = $2; - # Skip over the macro that prevents multiple inclusion - next if "MBEDTLS_CONFIG_H" eq $name; - # Skip over the macro if it is in the ecluded list next if $name =~ /$excluded_re/;