aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/passwords/driver/sha_xf1.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/passwords/driver/sha_xf1.php')
-rw-r--r--phpBB/phpbb/passwords/driver/sha_xf1.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/phpbb/passwords/driver/sha_xf1.php b/phpBB/phpbb/passwords/driver/sha_xf1.php
index 0dd21b10fe..4b5e4a0b26 100644
--- a/phpBB/phpbb/passwords/driver/sha_xf1.php
+++ b/phpBB/phpbb/passwords/driver/sha_xf1.php
@@ -64,12 +64,4 @@ class sha_xf1 extends base
}
}
}
-
- /**
- * @inheritdoc
- */
- public function get_settings_only($hash, $full = false)
- {
- return false;
- }
}