]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4483] Obsolete comment removed.
authorTomek Mrugalski <tomasz@isc.org>
Tue, 23 Aug 2016 16:30:42 +0000 (18:30 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 23 Aug 2016 16:30:42 +0000 (18:30 +0200)
src/lib/eval/tests/evaluate_unittest.cc

index 144af5915e6807c1e2f2ca1066b2f2fd1c84edc8..64950c97042f7f1603e7e7c38e8c5e9df40a66a0 100644 (file)
@@ -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)