summaryrefslogtreecommitdiff
path: root/lib/unicore/mktables
diff options
context:
space:
mode:
Diffstat (limited to 'lib/unicore/mktables')
-rw-r--r--lib/unicore/mktables7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/unicore/mktables b/lib/unicore/mktables
index d82bfe1f86..40ea0572e6 100644
--- a/lib/unicore/mktables
+++ b/lib/unicore/mktables
@@ -6161,13 +6161,6 @@ sub trace { return main::trace(@_); }
my $other = shift;
Carp::carp_extra_args(\@_) if main::DEBUG && @_;
- unless ($other->isa(__PACKAGE__)) {
- my $ref_other = ref $other;
- my $ref_self = ref $self;
- Carp::my_carp_bug("Argument to 'matches_identically_to' must be another $ref_self, not a '$ref_other'. $other not set equivalent to $self.");
- return 0;
- }
-
# These are ordered in increasing real time to figure out (at least
# until a patch changes that and doesn't change this)
return 0 if $self->max != $other->max;