From: Vincent Zanotti Date: Wed, 17 Jun 2009 00:13:03 +0000 (+0200) Subject: Removes an unused statement. X-Git-Tag: core/1.0.1~12 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=92292d0ea68640cd0f2255a575036c9343f5de91;hp=dd919c97a745363b0a9bfcb7c18d6c4b35ee8c11;p=platal.git Removes an unused statement. Signed-off-by: Vincent Zanotti --- diff --git a/classes/plsession.php b/classes/plsession.php index 5f406f1..7a07f06 100644 --- a/classes/plsession.php +++ b/classes/plsession.php @@ -103,7 +103,6 @@ abstract class PlSession */ public function start($level) { - $backup = S::i($level); if ($this->checkAuth($level)) { return true; }