diff options
Diffstat (limited to 'phpBB/phpbb/passwords/driver/interface.php')
-rw-r--r-- | phpBB/phpbb/passwords/driver/interface.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/phpBB/phpbb/passwords/driver/interface.php b/phpBB/phpbb/passwords/driver/interface.php index a019830cb4..a2088db81c 100644 --- a/phpBB/phpbb/passwords/driver/interface.php +++ b/phpBB/phpbb/passwords/driver/interface.php @@ -34,13 +34,6 @@ interface phpbb_passwords_driver_interface public function get_prefix(); /** - * Returns the name of the hash type - * - * @return string Hash type of driver - */ - public function get_type(); - - /** * Hash the password * * @return string Password hash |