X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/f3c0d7a59d99c2a94c6b8822291f0e42be3773c9..249c4c5ea9376c24572daf9c2effa7484a282f14:/icuSources/test/iotest/stream.cpp diff --git a/icuSources/test/iotest/stream.cpp b/icuSources/test/iotest/stream.cpp index 424d4e33..0ffc6239 100644 --- a/icuSources/test/iotest/stream.cpp +++ b/icuSources/test/iotest/stream.cpp @@ -23,7 +23,6 @@ #include "cmemory.h" #include "iotest.h" -#if U_IOSTREAM_SOURCE >= 199711 #if defined(__GNUC__) && __GNUC__ >= 4 #define USE_SSTREAM 1 #include @@ -322,4 +321,3 @@ U_CFUNC void addStreamTests(TestNode** root) { addTest(root, &TestStream, "stream/TestStream"); addTest(root, &TestStreamEOF, "stream/TestStreamEOF"); } -#endif