Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
8f5fafa6
Commit
8f5fafa6
authored
Jun 22, 2011
by
JINMEI Tatuya
Browse files
[trac998] removed unused variable
parent
01f9c1c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/acl/ip_check.h
View file @
8f5fafa6
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment