]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Update observation.cc
authorFranciszek Gorski <fagorski9@gmail.com>
Wed, 26 Jun 2019 07:12:14 +0000 (03:12 -0400)
committerRazvan Becheriu <razvan@isc.org>
Mon, 15 Jul 2019 12:26:06 +0000 (15:26 +0300)
src/lib/stats/observation.cc

index 422cdfb39cccb935c99eb15ed132d839c4f878d8..de639e91e4ca3a1b362821bbcbe80bd70b7b707b 100644 (file)
@@ -339,10 +339,6 @@ Observation::getJSON() const {
     ElementPtr value;
     ElementPtr timestamp;
 
-    /// @todo: Add support for retrieving more than one sample for a given
-    /// observation
-
-
     // Support for retrieving more than one sample
     // retrieving all samples of indicated observation
     switch (type_) {