X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3d9b0b53934033e18bbe02619eadd406b369be6a..c40555e948e48d5c10f30d0c83b2c7702d23fa8e:/include/wx/cppunit.h diff --git a/include/wx/cppunit.h b/include/wx/cppunit.h index abf423e3f9..503ed3e8e0 100644 --- a/include/wx/cppunit.h +++ b/include/wx/cppunit.h @@ -116,17 +116,6 @@ assertEquals(int expected, assertEquals(size_t(expected), actual, sourceLine, message); } -// and another, slightly different, for checking that result of potentially -// different time_t type is the same as given time_t value -inline void -assertEquals(time_t expected, - long actual, - CppUnit::SourceLine sourceLine, - const std::string& message) -{ - assertEquals(expected, time_t(actual), sourceLine, message); -} - CPPUNIT_NS_END // Use this macro to compare a wxArrayString with the pipe-separated elements