diff --git a/src/OATHUser.php b/src/OATHUser.php index d068077b..abae6570 100644 --- a/src/OATHUser.php +++ b/src/OATHUser.php @@ -99,15 +99,6 @@ class OATHUser { } } - /** - * Removes all keys associated with the user - * Warning: This only removes the keys in memory, - * changes need to be persisted - */ - public function clearAllKeys() { - $this->keys = []; - } - /** * Adds single key to the key array *