Loading...
--- Libc/Libc-1158.50.2/xcodescripts/patch_headers_variants.pl
+++ Libc/Libc-825.26/xcodescripts/patch_headers_variants.pl
@@ -53,11 +53,6 @@
if ($dest_mtime > $src_mtime) {
return;
}
- }
-
- my($fname, $dirs, $suffix) = File::Basename::fileparse($file, ".h");
- if ($suffix ne ".h") {
- return;
}
my $p = IO::File->new($path, 'r');