BIND 10 trac998, updated. 8f5fafa643f2d908b9e97b6d08aeb55c4b96addf [trac998] removed unused variable
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jun 22 22:12:59 UTC 2011
The branch, trac998 has been updated
via 8f5fafa643f2d908b9e97b6d08aeb55c4b96addf (commit)
from 01f9c1c0adfb37d11133c87056161f1edfba2672 (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 8f5fafa643f2d908b9e97b6d08aeb55c4b96addf
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Jun 22 15:12:50 2011 -0700
[trac998] removed unused variable
-----------------------------------------------------------------------
Summary of changes:
src/lib/acl/ip_check.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/acl/ip_check.h b/src/lib/acl/ip_check.h
index 3b044f3..818e2ca 100644
--- a/src/lib/acl/ip_check.h
+++ b/src/lib/acl/ip_check.h
@@ -286,7 +286,6 @@ public:
size_t getPrefixlen() const {
// Work this out by shifting bits out of the mask
size_t count = 0;
- int index = 0;
for (size_t i = 0; i < mask_.size(); ++i) {
if (mask_[i] == 0xff) {
// Full byte, 8 bit set
More information about the bind10-changes
mailing list