summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
Diffstat (limited to 'CGI.pl')
-rw-r--r--CGI.pl8
1 files changed, 0 insertions, 8 deletions
diff --git a/CGI.pl b/CGI.pl
index 982b067b2..6d10268d3 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -198,10 +198,6 @@ sub PasswordForLogin {
return $result;
}
-sub quietly_check_login {
- return Bugzilla->login($_[0] ? LOGIN_OPTIONAL : LOGIN_NORMAL);
-}
-
sub CheckEmailSyntax {
my ($addr) = (@_);
my $match = Param('emailregexp');
@@ -224,10 +220,6 @@ sub MailPassword {
close SENDMAIL;
}
-sub confirm_login {
- return Bugzilla->login(LOGIN_REQUIRED);
-}
-
sub PutHeader {
($vars->{'title'}, $vars->{'h1'}, $vars->{'h2'}) = (@_);