BIND 10 trac2086, updated. 02d998f59517c181fedc2321d6541f15aebc12f5 [2086] remove unnecessary comment

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Jul 12 12:41:12 UTC 2012


The branch, trac2086 has been updated
       via  02d998f59517c181fedc2321d6541f15aebc12f5 (commit)
      from  231408d546153bffd573f1417c8c6bf8a451b6e7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 02d998f59517c181fedc2321d6541f15aebc12f5
Author: Jelte Jansen <jelte at isc.org>
Date:   Thu Jul 12 14:41:00 2012 +0200

    [2086] remove unnecessary comment

-----------------------------------------------------------------------

Summary of changes:
 src/lib/dns/labelsequence.cc |    1 -
 1 file changed, 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/labelsequence.cc b/src/lib/dns/labelsequence.cc
index f9a0bd9..98b13f0 100644
--- a/src/lib/dns/labelsequence.cc
+++ b/src/lib/dns/labelsequence.cc
@@ -31,7 +31,6 @@ LabelSequence::LabelSequence(const uint8_t* data,
                                                     first_label_(0),
                                                     last_label_(offsets_size_)
 {
-    // Check offsets
     if (data == NULL || offsets == NULL) {
         isc_throw(BadValue, "Null pointer passed to LabelSequence constructor");
     }



More information about the bind10-changes mailing list