From 581a4a2e7bb4a248d789855d42eead48cc28ec1e Mon Sep 17 00:00:00 2001 From: "dmose%mozilla.org" <> Date: Wed, 29 Mar 2000 09:34:00 +0000 Subject: [PATCH] removing ShowCCList from globals.pl, as it is no longer used --- globals.pl | 8 -------- 1 file changed, 8 deletions(-) diff --git a/globals.pl b/globals.pl index 58eb7738cd..2d22038a3d 100644 --- a/globals.pl +++ b/globals.pl @@ -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 -- 2.47.2