diff options
Diffstat (limited to 'phpBB/phpbb/passwords/driver/driver_interface.php')
| -rw-r--r-- | phpBB/phpbb/passwords/driver/driver_interface.php | 8 | 
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/phpbb/passwords/driver/driver_interface.php b/phpBB/phpbb/passwords/driver/driver_interface.php index 6a660b80ea..3974484f13 100644 --- a/phpBB/phpbb/passwords/driver/driver_interface.php +++ b/phpBB/phpbb/passwords/driver/driver_interface.php @@ -30,14 +30,6 @@ interface driver_interface  	public function is_legacy();  	/** -	 * Check if password needs to be rehashed -	 * -	 * @param string $hash Hash to check for rehash -	 * @return bool True if password needs to be rehashed, false if not -	 */ -	public function needs_rehash($hash); - -	/**  	* Returns the hash prefix  	*  	* @return string	Hash prefix  | 
