X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FText%2FTradition%2FParser%2FCollateX.pm;h=f2dac33add166fb40866d6eae12a38c4202e8e3b;hb=b74d89f9e926466ba4ded77746fd0f98912cc17a;hp=62123fe4707106332225f9c2cf28ab5e2f731481;hpb=3837c155d39333869a93adf1e8375960ffbf3a92;p=scpubgit%2Fstemmatology.git diff --git a/lib/Text/Tradition/Parser/CollateX.pm b/lib/Text/Tradition/Parser/CollateX.pm index 62123fe..f2dac33 100644 --- a/lib/Text/Tradition/Parser/CollateX.pm +++ b/lib/Text/Tradition/Parser/CollateX.pm @@ -2,7 +2,7 @@ package Text::Tradition::Parser::CollateX; use strict; use warnings; -use Text::Tradition::Parser::GraphML qw/ graphml_parse populate_witness_path /; +use Text::Tradition::Parser::GraphML qw/ graphml_parse /; =head1 NAME @@ -163,9 +163,6 @@ sub parse { } } - # Set the $witness->path arrays for each wit. - populate_witness_path( $tradition ); - # Rank the readings. $collation->calculate_ranks() if $collation->linear; }