summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl9
1 files changed, 0 insertions, 9 deletions
diff --git a/globals.pl b/globals.pl
index 38791a93b..ac95974d2 100644
--- a/globals.pl
+++ b/globals.pl
@@ -306,15 +306,6 @@ sub get_legal_field_values {
return @$result_ref;
}
-sub GroupIdToName {
- my ($groupid) = (@_);
- PushGlobalSQLState();
- SendSQL("SELECT name FROM groups WHERE id = $groupid");
- my $name = FetchOneColumn();
- PopGlobalSQLState();
- return $name;
-}
-
############# Live code below here (that is, not subroutine defs) #############
use Bugzilla;