Navigation Menu

Skip to content

Commit

Permalink
get rid of cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Fields committed Feb 20, 2012
1 parent 4b8159d commit 65ce787
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions lib/Biome/Role/Location/Simple.pm
Expand Up @@ -196,22 +196,6 @@ sub to_string {
return $str;
}

# JOIN assumes specific order, ORDER does not, BOND ?
# my $type = $self->location_type;
# if ($self->resolve_Locations) {
# my $substrand = $self->sub_Location_strand;
# if ($substrand && $substrand < 0) {
# $self->flip_strand();
# $self->strand(-1);
# }
# }
# my @segs = $self->sub_Locations;
# my $str = lc($type).'('.join(',', map {$_->to_string} @segs).')';
# if ($self->strand && $self->strand < 0) {
# $str = "complement($str)";
# }
# $str;

my %data;
for (qw(
start end
Expand Down

0 comments on commit 65ce787

Please sign in to comment.