Remove reference to obsolete inclusion guard
Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
This commit is contained in:
parent
c5c9eb4741
commit
2893269cbb
1 changed files with 0 additions and 3 deletions
|
@ -63,9 +63,6 @@ while (my $line = <CONFIG_FILE>) {
|
||||||
if ($line =~ /^(\/\/)?\s*#\s*define\s+(MBEDTLS_\w+).*/) {
|
if ($line =~ /^(\/\/)?\s*#\s*define\s+(MBEDTLS_\w+).*/) {
|
||||||
my $name = $2;
|
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
|
# Skip over the macro if it is in the ecluded list
|
||||||
next if $name =~ /$excluded_re/;
|
next if $name =~ /$excluded_re/;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue