diff options
Diffstat (limited to 'phpBB/phpbb/passwords/driver/bcrypt_2y.php')
-rw-r--r-- | phpBB/phpbb/passwords/driver/bcrypt_2y.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/phpbb/passwords/driver/bcrypt_2y.php b/phpBB/phpbb/passwords/driver/bcrypt_2y.php index 9277414d13..5b0dbdd311 100644 --- a/phpBB/phpbb/passwords/driver/bcrypt_2y.php +++ b/phpBB/phpbb/passwords/driver/bcrypt_2y.php @@ -33,14 +33,6 @@ class phpbb_passwords_driver_bcrypt_2y extends phpbb_passwords_driver_bcrypt /** * @inheritdoc */ - public function get_type() - { - return get_class($this); - } - - /** - * @inheritdoc - */ public function is_supported() { return (version_compare(PHP_VERSION, '5.3.7', '<')) ? false : true; |