From 3bfe97f6ae26b69887eea36ddee377001d54832a Mon Sep 17 00:00:00 2001 From: "dmose%mozilla.org" Date: Wed, 29 Mar 2000 01:34:00 +0000 Subject: [PATCH] removing ShowCCList from globals.pl, as it is no longer used git-svn-id: svn://10.0.0.236/trunk@64425 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/globals.pl | 8 -------- 1 file changed, 8 deletions(-) diff --git a/mozilla/webtools/bugzilla/globals.pl b/mozilla/webtools/bugzilla/globals.pl index 58eb7738cdc..2d22038a3db 100644 --- a/mozilla/webtools/bugzilla/globals.pl +++ b/mozilla/webtools/bugzilla/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