Skip to content

Commit 3fa4456

Browse files
committed
Removed useless #ifdef block
1 parent 1a96da9 commit 3fa4456

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Release/include/cpprest/astreambuf.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ namespace concurrency = Concurrency;
6060
#pragma warning(disable : 4718)
6161
#endif
6262

63-
#if !defined(_MS_WINDOWS) && 0
64-
// TFS 579628 - 1206: figure out how to avoid having this specialization for Linux (beware of 64-bit Linux)
65-
#endif // _MS_WINDOWS
66-
6763
namespace Concurrency
6864
{
6965
/// Library for asychronous streams.

0 commit comments

Comments
 (0)