since the default getMetaData() does the same now, removing this redundant implementation

This commit is contained in:
ian%hixie.ch 2002-12-23 11:42:57 +00:00
Родитель 2ee0bed13a
Коммит 5797226c81
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -184,9 +184,3 @@ sub propertyGet {
# }
}
}
sub getMetaData {
my $self = shift;
my($field) = @_;
return '';
}