summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Auth/Cookie.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Auth/Cookie.pm')
-rw-r--r--Bugzilla/Auth/Cookie.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/Bugzilla/Auth/Cookie.pm b/Bugzilla/Auth/Cookie.pm
index 7dd2967fb..b50acbe24 100644
--- a/Bugzilla/Auth/Cookie.pm
+++ b/Bugzilla/Auth/Cookie.pm
@@ -80,10 +80,6 @@ sub authenticate {
undef,
$login_cookie);
- # compat code. The cookie value is used for logouts, and that
- # isn't generic yet. Detaint it so that its usable
- detaint_natural($::COOKIE{'Bugzilla_logincookie'});
-
return (AUTH_OK, $userid);
}