Skip to content

Commit

Permalink
Remove reference to obsolete inclusion guard
Browse files Browse the repository at this point in the history
Signed-off-by: Bence Szépkúti <[email protected]>
  • Loading branch information
bensze01 committed Jun 28, 2021
1 parent c5c9eb4 commit 2893269
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/generate_query_config.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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/;

Expand Down

0 comments on commit 2893269

Please sign in to comment.