about summary refs log tree commit diff
path: root/scripts/generate-patches.pl.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/generate-patches.pl.in')
-rwxr-xr-xscripts/generate-patches.pl.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/generate-patches.pl.in b/scripts/generate-patches.pl.in
index 3856dd568447..b27181da49a6 100755
--- a/scripts/generate-patches.pl.in
+++ b/scripts/generate-patches.pl.in
@@ -237,10 +237,10 @@ foreach my $p (keys %dstOutPaths) {
             $ratio = 1 / $ratio if $ratio < 1;
             print "  USE $srcUses $dstUses $ratio $q\n";
             
-            if ($ratio >= 2) {
-                print "  SKIPPING $q due to use ratio $ratio ($srcUses $dstUses)\n";
-                next;
-            }
+#            if ($ratio >= 2) {
+#                print "  SKIPPING $q due to use ratio $ratio ($srcUses $dstUses)\n";
+#                next;
+#            }
 
             # If there are multiple matching names, include the ones
             # with the closest version numbers.