summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl8
1 files changed, 0 insertions, 8 deletions
diff --git a/globals.pl b/globals.pl
index 58eb7738c..2d22038a3 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