X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/72a7c55982140a7e296346e92f66a21d3f741537..0738b901b17340f09766524b8d9d79e9ed1268e7:/tests/streams/stdstream.cpp diff --git a/tests/streams/stdstream.cpp b/tests/streams/stdstream.cpp index a5212e5e1f..3fc90d6235 100644 --- a/tests/streams/stdstream.cpp +++ b/tests/streams/stdstream.cpp @@ -27,14 +27,6 @@ #include #include "wx/mstream.h" -// when std::streamoff is simply long we don't need this as we already allow -// comparisons between int and long but we do need it otherwise -- and we don't -// have any way to detect it so for now just assume that all 64 bit builds use -// long as streamoff and if this is wrong we'll add a check to configure later -#if SIZEOF_SIZE_T != 8 - WX_CPPUNIT_ALLOW_EQUALS_TO_INT(std::streamoff) -#endif - // ========================================================================== // Definitions // ==========================================================================