You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2005/12/18 07:04:06 UTC

svn commit: r357448 - /spamassassin/trunk/lib/Mail/SpamAssassin/Message/Node.pm

Author: felicity
Date: Sat Dec 17 22:04:04 2005
New Revision: 357448

URL: http://svn.apache.org/viewcvs?rev=357448&view=rev
Log:
I did some testing, and the results aren't actually any faster.

Modified:
    spamassassin/trunk/lib/Mail/SpamAssassin/Message/Node.pm

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/Message/Node.pm
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/lib/Mail/SpamAssassin/Message/Node.pm?rev=357448&r1=357447&r2=357448&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/Message/Node.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Message/Node.pm Sat Dec 17 22:04:04 2005
@@ -534,8 +534,6 @@
 
 =cut
 
-# TODO: this could be made much faster by only processing all headers
-# when called in array context, otherwise just do one header
 sub get_header {
   my ($self, $hdr, $raw) = @_;
   $raw ||= 0;