diff --git a/modules/user/user.module b/modules/user/user.module
index 0ba9654bfa53cf08ca0b2e3dbd8111b93850ed33..b818d79ab57f95f2348070a264889f1ee14179d4 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -418,8 +418,6 @@ function user_load_by_name($name) {
  *
  * @return
  *   A fully-loaded $user object upon successful save or FALSE if the save failed.
- *
- * @todo D8: Drop $edit and fix user_save() to be consistent with others.
  */
 function user_save($account, $edit = array(), $category = 'account') {
   $transaction = db_transaction();