Browse Source

[2157] removed unused helper function from test code

Yoshitaka Aharen 12 years ago
parent
commit
daccf2d632
1 changed files with 0 additions and 6 deletions
  1. 0 6
      src/bin/auth/tests/auth_srv_unittest.cc

+ 0 - 6
src/bin/auth/tests/auth_srv_unittest.cc

@@ -135,12 +135,6 @@ protected:
                       rcode_value;
     }
 
-    // Checks whether all Rcode counters are set to zero
-    void checkAllRcodeCountersZero() const {
-        // with checking NOERROR == 0 and the others are 0
-        checkAllRcodeCountersZeroExcept(Rcode::NOERROR(), 0);
-    }
-
     // Checks whether all Rcode counters are set to zero except the given
     // rcode (it is checked to be set to 'value')
     void checkAllRcodeCountersZeroExcept(const Rcode& rcode, int value) const {