summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/user/user.module2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/user/user.module b/modules/user/user.module
index b7ebfdd10..b75790463 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -404,8 +404,6 @@ function user_load_by_name($name) {
function user_save($account, $edit = array(), $category = 'account') {
$transaction = db_transaction();
try {
- $table = drupal_get_schema('users');
-
if (!empty($edit['pass'])) {
// Allow alternate password hashing schemes.
require_once DRUPAL_ROOT . '/' . variable_get('password_inc', 'includes/password.inc');