BIND 10 trac998, updated. 461a9d0a1e896e0a1b676c6873f74404d5ab95c1 [trac998] fixed trivial regression: removing unused variables.
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jun 23 18:09:59 UTC 2011
The branch, trac998 has been updated
via 461a9d0a1e896e0a1b676c6873f74404d5ab95c1 (commit)
from bc81810505f7263aedb8654d139510058c251626 (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 461a9d0a1e896e0a1b676c6873f74404d5ab95c1
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Jun 23 11:09:36 2011 -0700
[trac998] fixed trivial regression: removing unused variables.
-----------------------------------------------------------------------
Summary of changes:
src/lib/acl/tests/ip_check_unittest.cc | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/acl/tests/ip_check_unittest.cc b/src/lib/acl/tests/ip_check_unittest.cc
index 14ba2d5..57a7268 100644
--- a/src/lib/acl/tests/ip_check_unittest.cc
+++ b/src/lib/acl/tests/ip_check_unittest.cc
@@ -358,13 +358,11 @@ const uint8_t V6ADDR_2_127[] = {
0x00, 0x00, 0x00, 0x00, 0xde, 0xad, 0xbe, 0xee
};
-const char* V6ADDR_3_STRING = "::1";
const uint8_t V6ADDR_3[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01
};
-const char* V6ADDR_4_STRING = "::";
const uint8_t V6ADDR_4[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
More information about the bind10-changes
mailing list