]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5487] Removed temporary testing fluff
authorThomas Markwalder <tmark@isc.org>
Wed, 24 Jan 2018 16:31:10 +0000 (11:31 -0500)
committerThomas Markwalder <tmark@isc.org>
Wed, 24 Jan 2018 16:31:10 +0000 (11:31 -0500)
src/lib/dhcpsrv/tests/cql_lease_mgr_unittest.cc

index 25fe6cfe0592bca1c1424e0b084ce91de38dbb8c..12685c6c3a86f550606a356debb23d8570d66601 100644 (file)
@@ -724,20 +724,4 @@ TEST_F(CqlLeaseMgrTest, DISABLED_wipeLeases6) {
     testWipeLeases6();
 }
 
-struct Tom {
-    Tom() : id_(0)  {
-        std::cout << "new:" << this << std::endl;
-    }
-
-    ~Tom() {
-        std::cout << "del:" << this << std::endl;
-    }
-
-    bool operator< (const Tom &rhs) const {
-        return (rhs.id_ < this->id_);
-    }
-
-    int id_;
-};
-
 }  // namespace