From e6139ed2a2f518a2590124892406cfd688aff331 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Sun, 1 Jun 2014 02:22:47 +0200 Subject: Remove useless functions overrides. --- auth/ssh.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'auth/ssh.php') diff --git a/auth/ssh.php b/auth/ssh.php index 9d3506b..55f6e8a 100644 --- a/auth/ssh.php +++ b/auth/ssh.php @@ -98,10 +98,6 @@ class SSH extends Authentication { $this->send_command('exit'); $this->connection = null; } - - public function __destruct() { - parent::__destruct(); - } } // End of ssh.php -- cgit v1.2.3