From: Tomek Mrugalski Date: Tue, 23 Aug 2016 16:30:42 +0000 (+0200) Subject: [4483] Obsolete comment removed. X-Git-Tag: trac4631_base~15^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=355c20fb83a2267095cb96a991cd1741a7838ac8;p=thirdparty%2Fkea.git [4483] Obsolete comment removed. --- diff --git a/src/lib/eval/tests/evaluate_unittest.cc b/src/lib/eval/tests/evaluate_unittest.cc index 144af5915e..64950c9704 100644 --- a/src/lib/eval/tests/evaluate_unittest.cc +++ b/src/lib/eval/tests/evaluate_unittest.cc @@ -299,11 +299,6 @@ public: /// There are skeleton packets created in pkt4_ and pkt6_. Make sure you /// tweak them as needed before calling this method. /// - /// Note that contrary to the usual interface, this method calls - /// @ref isc::dhcp::evaluateString, rather than @ref isc::dhcp::evaluate. - /// The main benefit of this is the ability to test partial expressions that - /// do not necessarily evaluate to bool. - /// /// @param u universe (V4 or V6) /// @param expr expression to be parsed /// @param exp_result expected result (true or false)