]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2157] removed unused helper function from test code
authorYoshitaka Aharen <aharen@jprs.co.jp>
Mon, 28 Jan 2013 12:42:47 +0000 (21:42 +0900)
committerYoshitaka Aharen <aharen@jprs.co.jp>
Mon, 28 Jan 2013 12:42:47 +0000 (21:42 +0900)
src/bin/auth/tests/auth_srv_unittest.cc

index 9bcf7c616dace59f18c9bd8172435b2f9e33bc02..427b675545a0530b437781588519224ae938541c 100644 (file)
@@ -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 {