From: Thomas Markwalder Date: Wed, 24 Jan 2018 16:31:10 +0000 (-0500) Subject: [5487] Removed temporary testing fluff X-Git-Tag: trac5502_base~5^2~1^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0aa3bc073fad6b5bd86eb41e9a7e129735bf5f2d;p=thirdparty%2Fkea.git [5487] Removed temporary testing fluff --- diff --git a/src/lib/dhcpsrv/tests/cql_lease_mgr_unittest.cc b/src/lib/dhcpsrv/tests/cql_lease_mgr_unittest.cc index 25fe6cfe05..12685c6c3a 100644 --- a/src/lib/dhcpsrv/tests/cql_lease_mgr_unittest.cc +++ b/src/lib/dhcpsrv/tests/cql_lease_mgr_unittest.cc @@ -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