mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-09-13 13:49:54 +00:00
Remove reference to obsolete inclusion guard
Signed-off-by: Bence Szépkúti <[email protected]>
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