diff --git a/mozilla/webtools/bugzilla/editusers.cgi b/mozilla/webtools/bugzilla/editusers.cgi
index 59ab533f867..735d4ea298c 100755
--- a/mozilla/webtools/bugzilla/editusers.cgi
+++ b/mozilla/webtools/bugzilla/editusers.cgi
@@ -142,7 +142,6 @@ sub EmitFormElements ($$$$$$$)
"WHERE bit & $opblessgroupset != 0 AND isbuggroup " .
"ORDER BY name");
print "
| Group Access: | ";
- my $curgrouptype = 1;
if (MoreSQLData()) {
if ($editall) {
print "| Can turn this bit on for other users | \n";
@@ -169,7 +168,6 @@ sub EmitFormElements ($$$$$$$)
"WHERE bit & $opblessgroupset != 0 AND !isbuggroup " .
"ORDER BY name");
print " | Privileges: | ";
- my $curgrouptype = 1;
if (MoreSQLData()) {
if ($editall) {
print "| Can turn this bit on for other users | \n";
|
|---|
|
|---|