[Aptitude-svn-commit] r4010 - branches/aptitude-0.3/aptitude/src/generic

Daniel Burrows dburrows at costa.debian.org
Wed Aug 31 16:16:51 UTC 2005


Author: dburrows
Date: Wed Aug 31 16:16:50 2005
New Revision: 4010

Modified:
   branches/aptitude-0.3/aptitude/src/generic/tags.cc
Log:
Delete an obsolete comment.

Modified: branches/aptitude-0.3/aptitude/src/generic/tags.cc
==============================================================================
--- branches/aptitude-0.3/aptitude/src/generic/tags.cc	(original)
+++ branches/aptitude-0.3/aptitude/src/generic/tags.cc	Wed Aug 31 16:16:50 2005
@@ -50,8 +50,6 @@
   s.assign(start, finish);
 }
 
-// NB: this does the wrong thing if spaces occur within a tag (they
-// generate a new hierarchy level), but such tags are invalid anyway.
 tag::const_iterator &tag::const_iterator::operator++()
 {
   start = finish;



More information about the Aptitude-svn-commit mailing list