Index: wp-admin/includes/theme.php
===================================================================
--- wp-admin/includes/theme.php	(revision 14372)
+++ wp-admin/includes/theme.php	(working copy)
@@ -229,7 +229,7 @@
 		$files[] = 'sidebar.php';
 	
 	// Only notify if both are missing as you can use one or the other	
-	if ( ! ( $comment = locate_template( array( 'comments.php' ) ) ) && ! ( $comment_popup = locate_template( array( 'comments-popup.php' ) ) ) ) {
+	if ( ! locate_template( array( 'comments.php' ) ) && ! locate_template( array( 'comments-popup.php' ) ) ) {
 		$files[] = 'comments.php';
 		$files[] = 'comments-popup.php';
 	}	
