Browse Source

[trac998] removed unused variable

JINMEI Tatuya 14 years ago
parent
commit
8f5fafa643
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/lib/acl/ip_check.h

+ 0 - 1
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