[svn] commit: r1036 - /trunk/src/lib/dns/cpp/rdata/generic/opt_41.cc

BIND 10 source code commits bind10-changes at lists.isc.org
Sun Feb 28 03:41:00 UTC 2010


Author: jinmei
Date: Sun Feb 28 03:41:00 2010
New Revision: 1036

Log:
added a note about an ad hoc comment-out

Modified:
    trunk/src/lib/dns/cpp/rdata/generic/opt_41.cc

Modified: trunk/src/lib/dns/cpp/rdata/generic/opt_41.cc
==============================================================================
--- trunk/src/lib/dns/cpp/rdata/generic/opt_41.cc (original)
+++ trunk/src/lib/dns/cpp/rdata/generic/opt_41.cc Sun Feb 28 03:41:00 2010
@@ -69,7 +69,7 @@
 OPT::compare(const Rdata& other) const
 {
     //const OPT& other_opt = dynamic_cast<const OPT&>(other);
-    dynamic_cast<const OPT&>(other);
+    dynamic_cast<const OPT&>(other); // right now we don't need other_opt
 
     return (0);
 }




More information about the bind10-changes mailing list