removing ShowCCList from globals.pl, as it is no longer used

This commit is contained in:
dmose%mozilla.org 2000-03-29 01:34:00 +00:00
Родитель 75b63126b7
Коммит f1fa3387df
1 изменённых файлов: 0 добавлений и 8 удалений

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

@ -754,14 +754,6 @@ sub GetLongDescriptionAsHTML {
return $result;
}
sub ShowCcList {
my ($num) = (@_);
my $ccSet = new RelationSet();
$ccSet->mergeFromDB("select who from cc where bug_id=$num");
return $ccSet->toString();
}
# Fills in a hashtable with info about the columns for the given table in the
# database. The hashtable has the following entries:
# -list- the list of column names