diff --git a/modules/user/user.module b/modules/user/user.module
index 8af85ef502fc72ca8d8e059d4441d78b47e5b8e7..b8443504e52e19fd5eb6b96f602dc88ca3c94af3 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -2382,8 +2382,6 @@ function user_help($path, $arg) {
       $output .= '<p>' . t('A visitor accessing your website is assigned a unique ID, or session ID, which is stored in a cookie. The cookie does not contain personal information, but acts as a key to retrieve information from your site. Users should have cookies enabled in their web browser when using your site.') . '</p>';
       $output .= '<p>' . t('For more information, see the online handbook entry for <a href="@user">User module</a>.', array('@user' => 'http://drupal.org/handbook/modules/user/')) . '</p>';
       return $output;
-    case 'admin/user/user':
-      return '<p>' . t('Drupal allows users to register, login, log out, maintain user profiles, etc. Users of the site may not use their own names to post content until they have signed up for a user account.') . '</p>';
     case 'admin/user/user/create':
     case 'admin/user/user/account/create':
       return '<p>' . t("This web page allows administrators to register new users. Users' e-mail addresses and usernames must be unique.") . '</p>';