Skip to content

Commit

Permalink
Removed unused functions
Browse files Browse the repository at this point in the history
These don't even work with the current data structure
  • Loading branch information
briandfoy committed Feb 29, 2024
1 parent cf65533 commit b5675c3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/Business/ISBN/Data.pm
Expand Up @@ -480,16 +480,6 @@ $Business::ISBN::MAX_COUNTRY_CODE_LENGTH = length(
package # Hide from PAUSE
Business::ISBN;

sub isbn_group_code_string_from_number {
return if $_[0] =~ /\A_/;
return $Business::ISBN::country_data{ $_[0] }[0] || '';
}

sub isbn_publisher_ranges_from_group_number {
return if $_[0] =~ /\A_/;
return $Business::ISBN::country_data{ $_[0] }[1] || [];
}

sub isbn_data_source {
return $Business::ISBN::country_data{ '_source' } || __FILE__
}
Expand Down

0 comments on commit b5675c3

Please sign in to comment.