mktables: Remove unnecessary test
authorKarl Williamson <public@khwilliamson.com>
Wed, 2 Nov 2011 19:15:32 +0000 (13:15 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 8 Nov 2011 15:09:28 +0000 (08:09 -0700)
This test no longer changes what is output in any way

lib/unicore/mktables

index 0e88dd1..5144ca9 100644 (file)
@@ -12496,8 +12496,7 @@ sub register_file_for_name($$$) {
 
     if ($table->isa('Property')) {
         $table->set_file_path(@$directory_ref, $file);
-        push @map_properties, $table
-                                    if $directory_ref->[0] eq $map_directory;
+        push @map_properties, $table;
         return;
     }