From: Yoshitaka Aharen Date: Mon, 28 Jan 2013 12:42:47 +0000 (+0900) Subject: [2157] removed unused helper function from test code X-Git-Tag: bind10-1.1.0beta1-release~85^2~5^2~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=daccf2d63231865ce3c5498a4bde4e895f047cd7;p=thirdparty%2Fkea.git [2157] removed unused helper function from test code --- diff --git a/src/bin/auth/tests/auth_srv_unittest.cc b/src/bin/auth/tests/auth_srv_unittest.cc index 9bcf7c616d..427b675545 100644 --- a/src/bin/auth/tests/auth_srv_unittest.cc +++ b/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 {