Changeset 1348

Show
Ignore:
Timestamp:
11/29/09 20:08:21 (2 years ago)
Author:
andrei
Message:

Removed spurious assert(false) from StdioException?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/phobos/std/stdio.d

    r1300 r1348  
    18131813        { 
    18141814            char[256] buf = void; 
    1815             assert(false); 
    18161815            auto s = std.c.string.strerror_r(errno, buf.ptr, buf.length); 
    18171816        }