mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-01 10:06:53 +03:00
Remove reference to obsolete inclusion guard
Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
This commit is contained in:
@ -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/;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user