Index: wp-includes/pluggable.php
===================================================================
--- wp-includes/pluggable.php	(revision 6530)
+++ wp-includes/pluggable.php	(working copy)
@@ -372,8 +372,6 @@
 
 if ( !function_exists('wp_set_auth_cookie') ) :
 function wp_set_auth_cookie($user_id, $remember = false) {
-	$user = get_userdata($user_id);
-
 	if ( $remember ) {
 		$expiration = $expire = time() + 1209600;
 	} else {
