From a7af54607876188d08429148fa3639d1159fc17f Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 21 Apr 2015 13:14:27 +0200 Subject: [PATCH] UserBackend: Drop abstract method hasUser refs #8826 --- library/Icinga/Authentication/User/UserBackend.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/library/Icinga/Authentication/User/UserBackend.php b/library/Icinga/Authentication/User/UserBackend.php index 7d5ebd83f..9842505b0 100644 --- a/library/Icinga/Authentication/User/UserBackend.php +++ b/library/Icinga/Authentication/User/UserBackend.php @@ -144,15 +144,6 @@ abstract class UserBackend implements Countable return $backend; } - /** - * Test whether the given user exists - * - * @param User $user - * - * @return bool - */ - abstract public function hasUser(User $user); - /** * Authenticate *