I tried commenting out the above code in wp-comments-post.php, and when I tried to post a comment, I received this error:
Warning: Cannot modify header information - headers already sent by (output started at [blog directory]/wp-comments-post.php:2) in [blog directory]/wp-includes/pluggable.php on line 391
We do not want to set cookies for commenters, though we want to collect name and email information. Any other ideas?