- rm var $timeout

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@71 21d32557-59b3-4da0-833f-c5933fad653e
This commit is contained in:
Jim Wigginton 2009-12-14 18:17:36 +00:00
parent 99c0e29fdf
commit 0d69655512

View File

@ -60,7 +60,7 @@
* @author Jim Wigginton <terrafrost@php.net>
* @copyright MMVII Jim Wigginton
* @license http://www.gnu.org/licenses/lgpl.txt
* @version $Id: SSH2.php,v 1.31 2009-12-14 18:14:54 terrafrost Exp $
* @version $Id: SSH2.php,v 1.32 2009-12-14 18:17:36 terrafrost Exp $
* @link http://phpseclib.sourceforge.net
*/
@ -517,15 +517,6 @@ class Net_SSH2 {
*/
var $message_log = array();
/**
* Timeout Value
*
* @see Net_SSH2::interactiveRead()
* @var Integer
* @access private
*/
var $timeout = 400000; // ie. 0.1 seconds
/**
* Default Constructor.
*